Lines Matching refs:pRegion
769 static Bool exaFillRegionSolid (DrawablePtr pDrawable, RegionPtr pRegion,
1000 exaFillRegionSolid (DrawablePtr pDrawable, RegionPtr pRegion, Pixel pixel,
1010 RegionTranslate(pRegion, xoff, yoff);
1022 alu, clientClipType) ? NULL : pRegion;
1033 nbox = RegionNumRects (pRegion);
1034 pBox = RegionRects (pRegion);
1066 pRegion);
1068 pRegion);
1069 RegionSubtract(pending_damage, pending_damage, pRegion);
1076 RegionTranslate(pRegion, -xoff, -yoff);
1081 /* Try to do an accelerated tile of the pTile into pRegion of pDrawable.
1085 exaFillRegionTiled (DrawablePtr pDrawable, RegionPtr pRegion, PixmapPtr pTile,
1095 int nbox = RegionNumRects (pRegion);
1096 BoxPtr pBox = RegionRects (pRegion);
1107 return exaFillRegionSolid(pDrawable, pRegion,
1125 alu, clientClipType) ? NULL : pRegion;
1142 RegionTranslate(pRegion, xoff, yoff);
1250 RegionTranslate(pRegion, -xoff, -yoff);