Lines Matching refs:pSrcDrawable
240 exaCopyNtoNTwoDir(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable,
249 pSrcPixmap = exaGetOffscreenPixmap(pSrcDrawable, &src_off_x, &src_off_y);
364 exaHWCopyNtoN(DrawablePtr pSrcDrawable,
383 pSrcPixmap = exaGetDrawablePixmap(pSrcDrawable);
386 exaGetDrawableDeltas(pSrcDrawable, pSrcPixmap, &src_off_x, &src_off_y);
404 (pDstDrawable != pSrcDrawable &&
406 pSrcDrawable->type != DRAWABLE_WINDOW)))
474 if (exaCopyNtoNTwoDir(pSrcDrawable, pDstDrawable, pGC, pbox, nbox,
508 int bpp = pSrcDrawable->bitsPerPixel;
515 if (pSrcDrawable->bitsPerPixel != pDstDrawable->bitsPerPixel)
518 if (pSrcDrawable->bitsPerPixel < 8)
523 EXA_PM_IS_SOLID(pSrcDrawable, pGC->planemask)))
566 exaCopyNtoN(DrawablePtr pSrcDrawable,
582 (pSrcDrawable, pDstDrawable, pGC, pbox, nbox, dx, dy, reverse,
593 ExaCheckCopyNtoN(pSrcDrawable, pDstDrawable, pGC, pbox, nbox, dx, dy,
598 exaCopyArea(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC,
604 return ExaCheckCopyArea(pSrcDrawable, pDstDrawable, pGC,
608 return miDoCopy(pSrcDrawable, pDstDrawable, pGC,