Lines Matching refs:pRegion
126 _damageRegionAppend(DrawablePtr pDrawable, RegionPtr pRegion, Bool clip, in _damageRegionAppend() argument
131 damageRegionAppend(DrawablePtr pDrawable, RegionPtr pRegion, Bool clip, in _damageRegionAppend()
150 if (!RegionNotEmpty(pRegion)) in _damageRegionAppend()
164 RegionTranslate(pRegion, screen_x, screen_y); in _damageRegionAppend()
170 RegionIntersect(pRegion, pRegion, in _damageRegionAppend()
176 RegionIntersect(pRegion, pRegion, pTempRegion); in _damageRegionAppend()
219 pDamageRegion = pRegion; in _damageRegionAppend()
223 RegionIntersect(pDamageRegion, pRegion, in _damageRegionAppend()
235 RegionIntersect(pDamageRegion, pRegion, &pixClip); in _damageRegionAppend()
274 if (pDamageRegion == pRegion && (draw_x || draw_y)) in _damageRegionAppend()
279 RegionTranslate(pRegion, -screen_x, -screen_y); in _damageRegionAppend()
1848 DamageSubtract(DamagePtr pDamage, const RegionPtr pRegion) in DamageSubtract() argument
1854 RegionSubtract(&pDamage->damage, &pDamage->damage, pRegion); in DamageSubtract()
1896 DamageRegionAppend(DrawablePtr pDrawable, RegionPtr pRegion) in DamageRegionAppend() argument
1898 damageRegionAppend(pDrawable, pRegion, FALSE, -1); in DamageRegionAppend()
1909 DamageDamageRegion(DrawablePtr pDrawable, RegionPtr pRegion) in DamageDamageRegion() argument
1911 damageRegionAppend(pDrawable, pRegion, FALSE, -1); in DamageDamageRegion()