Lines Matching refs:prgnDst
287 sunGXDoBitblt(DrawablePtr pSrc, DrawablePtr pDst, int alu, RegionPtr prgnDst, DDXPointPtr pptSrc, unsigned long planemask)
299 pbox = REGION_RECTS(prgnDst);
300 nbox = REGION_NUM_RECTS(prgnDst);
428 sunGXCopyPlane1to8(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, int rop, RegionPtr prgnDst, DDXPointPtr pptSrc, unsigned long planemask, unsigned long bitPlane)
451 nbox = REGION_NUM_RECTS(prgnDst);
452 pbox = REGION_RECTS(prgnDst);
2738 RegionPtr prgnDst;
2747 prgnDst = REGION_CREATE(pWin->drawable.pScreen, NULL, 1);
2752 REGION_INTERSECT(pWin->drawable.pScreen, prgnDst, &pWin->borderClip, prgnSrc);
2754 pbox = REGION_RECTS(prgnDst);
2755 nbox = REGION_NUM_RECTS(prgnDst);
2767 GXcopy, prgnDst, pptSrc, ~0L);
2769 REGION_DESTROY(pWin->drawable.pScreen, prgnDst);