Lines Matching defs:pRegion
259 * pRegion is in GLOBAL coordinates.
262 RootlessDamageRegion(WindowPtr pWindow, RegionPtr pRegion)
288 b2 = RegionExtents(pRegion);
293 if (RegionNumRects(pRegion) == 1) {
300 RegionRects (pRegion));
302 /* clip totally contains pRegion */
306 RegionNumRects(pRegion),
307 RegionRects(pRegion),
314 /* clip doesn't contain pRegion */
320 /* clip overlaps pRegion, need to intersect */
323 RegionIntersect(&clipped, &pWindow->borderClip, pRegion);
339 BoxRec *box = RegionRects(pRegion), *end;
340 int numBox = RegionNumRects(pRegion);
355 * pRegion is in GLOBAL coordinates.