Lines Matching refs:pPix
68 pixmaps[0].pPix = pPixmap; in exaFillSpans()
142 PixmapPtr pPix = exaGetDrawablePixmap(pDrawable); in exaDoPutImage() local
144 ExaPixmapPriv(pPix); in exaDoPutImage()
176 pixmaps[0].pPix = pPix; in exaDoPutImage()
182 pPix = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff); in exaDoPutImage()
184 if (!pPix) in exaDoPutImage()
212 ok = pExaScr->info->UploadToScreen(pPix, x1 + xoff, y1 + yoff, in exaDoPutImage()
461 pixmaps[0].pPix = pDstPixmap; in exaHWCopyNtoN()
465 pixmaps[1].pPix = pSrcPixmap; in exaHWCopyNtoN()
838 pixmaps[0].pPix = pPixmap; in exaPolyFillRect()
1013 pixmaps[0].pPix = pPixmap; in exaFillRegionSolid()
1112 pixmaps[0].pPix = pPixmap; in exaFillRegionTiled()
1118 pixmaps[1].pPix = pTile; in exaFillRegionTiled()
1259 PixmapPtr pPix = exaGetDrawablePixmap(pDrawable); in exaGetImage() local
1261 ExaPixmapPriv(pPix); in exaGetImage()
1272 pPix = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff); in exaGetImage()
1274 if (pPix == NULL || pExaScr->info->DownloadFromScreen == NULL) in exaGetImage()
1287 ok = pExaScr->info->DownloadFromScreen(pPix, pDrawable->x + x + xoff, in exaGetImage()