Lines Matching refs:pDstPixmap
244 PixmapPtr pSrcPixmap, pDstPixmap; in exaCopyNtoNTwoDir() local
250 pDstPixmap = exaGetOffscreenPixmap(pDstDrawable, &dst_off_x, &dst_off_y); in exaCopyNtoNTwoDir()
251 if (!pSrcPixmap || !pDstPixmap) in exaCopyNtoNTwoDir()
264 pExaScr->info->DoneCopy(pDstPixmap); in exaCopyNtoNTwoDir()
267 pDstPixmap, in exaCopyNtoNTwoDir()
274 (*pExaScr->info->Copy) (pDstPixmap, in exaCopyNtoNTwoDir()
285 pExaScr->info->DoneCopy(pDstPixmap); in exaCopyNtoNTwoDir()
288 pDstPixmap, in exaCopyNtoNTwoDir()
295 (*pExaScr->info->Copy) (pDstPixmap, in exaCopyNtoNTwoDir()
311 pExaScr->info->DoneCopy(pDstPixmap); in exaCopyNtoNTwoDir()
314 pDstPixmap, in exaCopyNtoNTwoDir()
322 (*pExaScr->info->Copy) (pDstPixmap, in exaCopyNtoNTwoDir()
338 pExaScr->info->DoneCopy(pDstPixmap); in exaCopyNtoNTwoDir()
341 pDstPixmap, in exaCopyNtoNTwoDir()
349 (*pExaScr->info->Copy) (pDstPixmap, in exaCopyNtoNTwoDir()
358 pExaScr->info->DoneCopy(pDstPixmap); in exaCopyNtoNTwoDir()
371 PixmapPtr pSrcPixmap, pDstPixmap; in exaHWCopyNtoN() local
384 pDstPixmap = exaGetDrawablePixmap(pDstDrawable); in exaHWCopyNtoN()
387 exaGetDrawableDeltas(pDstDrawable, pDstPixmap, &dst_off_x, &dst_off_y); in exaHWCopyNtoN()
425 pDstExaPixmap = ExaGetPixmapPriv(pDstPixmap); in exaHWCopyNtoN()
461 pixmaps[0].pPix = pDstPixmap; in exaHWCopyNtoN()
480 if (exaPixmapHasGpuCopy(pDstPixmap)) { in exaHWCopyNtoN()
484 (pSrcPixmap, pDstPixmap, reverse ? -1 : 1, upsidedown ? -1 : 1, in exaHWCopyNtoN()
490 (*pExaScr->info->Copy) (pDstPixmap, in exaHWCopyNtoN()
500 (*pExaScr->info->DoneCopy) (pDstPixmap); in exaHWCopyNtoN()
532 UploadToScreen(pDstPixmap, pbox->x1 + dst_off_x, in exaHWCopyNtoN()