Lines Matching refs:pRegion
675 static Bool uxa_fill_region_solid(DrawablePtr pDrawable, RegionPtr pRegion,
894 RegionPtr pRegion,
909 REGION_TRANSLATE(screen, pRegion, xoff, yoff);
911 nbox = REGION_NUM_RECTS(pRegion);
912 pBox = REGION_RECTS(pRegion);
931 REGION_TRANSLATE(screen, pRegion, -xoff, -yoff);
935 /* Try to do an accelerated tile of the pTile into pRegion of pDrawable.
940 RegionPtr pRegion,
948 int nbox = REGION_NUM_RECTS(pRegion);
949 BoxPtr pBox = REGION_RECTS(pRegion);
959 return uxa_fill_region_solid(pDrawable, pRegion,
971 REGION_TRANSLATE(pScreen, pRegion, xoff, yoff);
1020 REGION_TRANSLATE(pScreen, pRegion, -xoff, -yoff);