Searched refs:ScratchPitch (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiX.c | 1153 int x, y, w, h, i, j, nbox, size, sizeNeeded, ScratchPitch, inOut, depth; in XineramaGetImageData() local 1212 ScratchPitch = PixmapBytePad(w, depth); in XineramaGetImageData() 1213 sizeNeeded = ScratchPitch * h; in XineramaGetImageData() 1249 for (j = h, k = w; j--; k += ScratchPitch) in XineramaGetImageData() 1254 j++, index += pitch, index2 += ScratchPitch) { in XineramaGetImageData() 1281 ScratchMem + (ScratchPitch * j), w); in XineramaGetImageData()
|