Lines Matching refs:pDstDrawable
240 exaCopyNtoNTwoDir(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, in exaCopyNtoNTwoDir() argument
243 ExaScreenPriv(pDstDrawable->pScreen); in exaCopyNtoNTwoDir()
250 pDstPixmap = exaGetOffscreenPixmap(pDstDrawable, &dst_off_x, &dst_off_y); in exaCopyNtoNTwoDir()
359 exaMarkSync(pDstDrawable->pScreen); in exaCopyNtoNTwoDir()
365 DrawablePtr pDstDrawable, in exaHWCopyNtoN() argument
370 ExaScreenPriv(pDstDrawable->pScreen); in exaHWCopyNtoN()
384 pDstPixmap = exaGetDrawablePixmap(pDstDrawable); in exaHWCopyNtoN()
387 exaGetDrawableDeltas(pDstDrawable, pDstPixmap, &dst_off_x, &dst_off_y); in exaHWCopyNtoN()
404 (pDstDrawable != pSrcDrawable && in exaHWCopyNtoN()
405 (pDstDrawable->type != DRAWABLE_WINDOW || in exaHWCopyNtoN()
414 if (!pGC || !exaGCReadsDestination(pDstDrawable, pGC->planemask, in exaHWCopyNtoN()
474 if (exaCopyNtoNTwoDir(pSrcDrawable, pDstDrawable, pGC, pbox, nbox, in exaHWCopyNtoN()
501 exaMarkSync(pDstDrawable->pScreen); in exaHWCopyNtoN()
515 if (pSrcDrawable->bitsPerPixel != pDstDrawable->bitsPerPixel) in exaHWCopyNtoN()
567 DrawablePtr pDstDrawable, in exaCopyNtoN() argument
575 ExaScreenPriv(pDstDrawable->pScreen); in exaCopyNtoN()
582 (pSrcDrawable, pDstDrawable, pGC, pbox, nbox, dx, dy, reverse, in exaCopyNtoN()
593 ExaCheckCopyNtoN(pSrcDrawable, pDstDrawable, pGC, pbox, nbox, dx, dy, in exaCopyNtoN()
598 exaCopyArea(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC, in exaCopyArea() argument
601 ExaScreenPriv(pDstDrawable->pScreen); in exaCopyArea()
604 return ExaCheckCopyArea(pSrcDrawable, pDstDrawable, pGC, in exaCopyArea()
608 return miDoCopy(pSrcDrawable, pDstDrawable, pGC, in exaCopyArea()