Lines Matching defs:pSrcDrawable
247 exaCopyNtoNTwoDir (DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable,
256 pSrcPixmap = exaGetOffscreenPixmap (pSrcDrawable, &src_off_x, &src_off_y);
368 exaHWCopyNtoN (DrawablePtr pSrcDrawable,
391 pSrcPixmap = exaGetDrawablePixmap (pSrcDrawable);
394 exaGetDrawableDeltas (pSrcDrawable, pSrcPixmap, &src_off_x, &src_off_y);
412 (pDstDrawable != pSrcDrawable &&
414 pSrcDrawable->type != DRAWABLE_WINDOW)))
483 if (exaCopyNtoNTwoDir(pSrcDrawable, pDstDrawable, pGC, pbox, nbox,
516 int bpp = pSrcDrawable->bitsPerPixel;
523 if (pSrcDrawable->bitsPerPixel != pDstDrawable->bitsPerPixel)
526 if (pSrcDrawable->bitsPerPixel < 8)
529 if (pGC && !(pGC->alu == GXcopy && EXA_PM_IS_SOLID(pSrcDrawable, pGC->planemask)))
566 exaCopyNtoN (DrawablePtr pSrcDrawable,
584 if (exaHWCopyNtoN(pSrcDrawable, pDstDrawable, pGC, pbox, nbox, dx, dy, reverse, upsidedown))
594 ExaCheckCopyNtoN(pSrcDrawable, pDstDrawable, pGC, pbox, nbox, dx, dy, reverse, upsidedown, bitplane, closure);
598 exaCopyArea(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC,
604 return ExaCheckCopyArea(pSrcDrawable, pDstDrawable, pGC,
608 return miDoCopy (pSrcDrawable, pDstDrawable, pGC,