Lines Matching refs:pSrcPixmap
244 PixmapPtr pSrcPixmap, pDstPixmap; in exaCopyNtoNTwoDir() local
249 pSrcPixmap = exaGetOffscreenPixmap(pSrcDrawable, &src_off_x, &src_off_y); in exaCopyNtoNTwoDir()
251 if (!pSrcPixmap || !pDstPixmap) in exaCopyNtoNTwoDir()
266 if (!(*pExaScr->info->PrepareCopy) (pSrcPixmap, in exaCopyNtoNTwoDir()
287 if (!(*pExaScr->info->PrepareCopy) (pSrcPixmap, in exaCopyNtoNTwoDir()
313 if (!(*pExaScr->info->PrepareCopy) (pSrcPixmap, in exaCopyNtoNTwoDir()
340 if (!(*pExaScr->info->PrepareCopy) (pSrcPixmap, in exaCopyNtoNTwoDir()
371 PixmapPtr pSrcPixmap, pDstPixmap; in exaHWCopyNtoN() local
383 pSrcPixmap = exaGetDrawablePixmap(pSrcDrawable); in exaHWCopyNtoN()
386 exaGetDrawableDeltas(pSrcDrawable, pSrcPixmap, &src_off_x, &src_off_y); in exaHWCopyNtoN()
424 pSrcExaPixmap = ExaGetPixmapPriv(pSrcPixmap); in exaHWCopyNtoN()
465 pixmaps[1].pPix = pSrcPixmap; in exaHWCopyNtoN()
482 if (exaPixmapHasGpuCopy(pSrcPixmap)) { in exaHWCopyNtoN()
484 (pSrcPixmap, pDstPixmap, reverse ? -1 : 1, upsidedown ? -1 : 1, in exaHWCopyNtoN()
509 int src_stride = exaGetPixmapPitch(pSrcPixmap); in exaHWCopyNtoN()