Lines Matching refs:pRegion
308 * pRegion is in GLOBAL coordinates.
311 RootlessDamageRegion(WindowPtr pWindow, RegionPtr pRegion)
337 b2 = RegionExtents(pRegion);
342 if (RegionNumRects(pRegion) == 1) {
348 in = RegionContainsRect(&pWindow->borderClip, RegionRects(pRegion));
350 /* clip totally contains pRegion */
355 (pRegion),
357 (pRegion),
367 /* clip doesn't contain pRegion */
373 /* clip overlaps pRegion, need to intersect */
376 RegionIntersect(&clipped, &pWindow->borderClip, pRegion);
394 BoxRec *box = RegionRects(pRegion), *end;
395 int numBox = RegionNumRects(pRegion);
409 * pRegion is in GLOBAL coordinates.