Lines Matching defs:pRegion
88 DamageExtReport (DamagePtr pDamage, RegionPtr pRegion, void *closure)
95 DamageExtNotify (pDamageExt, RegionRects(pRegion), RegionNumRects(pRegion));
98 DamageExtNotify (pDamageExt, RegionExtents(pRegion), 1);
168 RegionPtr pRegion;
225 pRegion = &((WindowPtr) pDrawable)->borderClip;
226 DamageDamageRegion(pDrawable, pRegion);
282 RegionPtr pRegion;
286 VERIFY_REGION(pRegion, stuff->region, client, DixWriteAccess);
295 RegionTranslate(pRegion, pDrawable->x, pDrawable->y);
296 DamageDamageRegion(pDrawable, pRegion);
297 RegionTranslate(pRegion, -pDrawable->x, -pDrawable->y);