Searched refs:pix_h (Results 1 – 1 of 1) sorted by relevance
670 int pix_w, pix_h; in compReallocPixmap() local678 pix_h = h + (bw << 1); in compReallocPixmap()679 if (pix_w != pOld->drawable.width || pix_h != pOld->drawable.height) { in compReallocPixmap()680 pNew = compNewPixmap(pWin, pix_x, pix_y, pix_w, pix_h); in compReallocPixmap()