Lines Matching refs:pReg
69 pixmaps[0].pReg = NULL; in exaFillSpans()
177 pixmaps[0].pReg = DamagePendingRegion(pExaPixmap->pDamage); in exaDoPutImage()
462 pixmaps[0].pReg = dstregion; in exaHWCopyNtoN()
466 pixmaps[1].pReg = srcregion; in exaHWCopyNtoN()
792 RegionPtr pReg = RegionFromRects(nrect, prect, CT_UNSORTED); in exaPolyFillRect() local
795 RegionTranslate(pReg, pDrawable->x, pDrawable->y); in exaPolyFillRect()
796 RegionIntersect(pReg, pClip, pReg); in exaPolyFillRect()
798 if (!RegionNumRects(pReg)) { in exaPolyFillRect()
817 exaFillRegionSolid(pDrawable, pReg, pGC->fillStyle == FillSolid ? in exaPolyFillRect()
821 exaFillRegionTiled(pDrawable, pReg, pGC->tile.pixmap, &pGC->patOrg, in exaPolyFillRect()
839 pixmaps[0].pReg = NULL; in exaPolyFillRect()
923 RegionUninit(pReg); in exaPolyFillRect()
924 RegionDestroy(pReg); in exaPolyFillRect()
1014 pixmaps[0].pReg = exaGCReadsDestination(pDrawable, planemask, FillSolid, in exaFillRegionSolid()
1113 pixmaps[0].pReg = exaGCReadsDestination(pDrawable, planemask, FillTiled, in exaFillRegionTiled()
1119 pixmaps[1].pReg = NULL; in exaFillRegionTiled()