Home | History | Annotate | Download | only in exa

Lines Matching refs:pSrcPixmap

251     PixmapPtr pSrcPixmap, pDstPixmap;
256 pSrcPixmap = exaGetOffscreenPixmap (pSrcDrawable, &src_off_x, &src_off_y);
258 if (!pSrcPixmap || !pDstPixmap)
273 if (!(*pExaScr->info->PrepareCopy)(pSrcPixmap,
294 if (!(*pExaScr->info->PrepareCopy)(pSrcPixmap,
319 if (!(*pExaScr->info->PrepareCopy)(pSrcPixmap,
344 if (!(*pExaScr->info->PrepareCopy)(pSrcPixmap,
379 PixmapPtr pSrcPixmap, pDstPixmap;
391 pSrcPixmap = exaGetDrawablePixmap (pSrcDrawable);
394 exaGetDrawableDeltas (pSrcDrawable, pSrcPixmap, &src_off_x, &src_off_y);
433 pSrcExaPixmap = ExaGetPixmapPriv (pSrcPixmap);
474 pixmaps[1].pPix = pSrcPixmap;
491 if (exaPixmapHasGpuCopy(pSrcPixmap)) {
492 if (!(*pExaScr->info->PrepareCopy) (pSrcPixmap, pDstPixmap, reverse ? -1 : 1,
517 int src_stride = exaGetPixmapPitch(pSrcPixmap);