Home
last modified time | relevance | path

Searched refs:pix_h (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompalloc.c670 int pix_w, pix_h; in compReallocPixmap() local
678 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()