Lines Matching refs:pDrawable

94     DrawablePtr pDrawable = pDamageExt->pDrawable;  in DamageExtNotify()  local
98 damageGetGeometry(pDrawable, &x, &y, &w, &h); in DamageExtNotify()
215 DamageExtRegister(DrawablePtr pDrawable, DamagePtr pDamage, Bool report) in DamageExtRegister() argument
218 DamageRegister(pDrawable, pDamage); in DamageExtRegister()
221 RegionPtr pRegion = &((WindowPtr) pDrawable)->borderClip; in DamageExtRegister()
222 RegionTranslate(pRegion, -pDrawable->x, -pDrawable->y); in DamageExtRegister()
224 RegionTranslate(pRegion, pDrawable->x, pDrawable->y); in DamageExtRegister()
229 DamageExtCreate(DrawablePtr pDrawable, DamageReportLevel level, in DamageExtCreate() argument
238 pDamageExt->pDrawable = pDrawable; in DamageExtCreate()
242 FALSE, pDrawable->pScreen, pDamageExt); in DamageExtCreate()
251 DamageExtRegister(pDrawable, pDamageExt->pDamage, in DamageExtCreate()
252 pDrawable->type == DRAWABLE_WINDOW); in DamageExtCreate()
260 DrawablePtr pDrawable; in doDamageCreate() local
266 *rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0, in doDamageCreate()
290 pDamageExt = DamageExtCreate(pDrawable, level, client, stuff->damage, in doDamageCreate()
325 WindowPtr win = (WindowPtr)pDamageExt->pDrawable; in DamageExtSubtractWindowClip()
385 if (pDamageExt->pDrawable->type == DRAWABLE_WINDOW) { in DamageExtSubtract()
386 DrawablePtr pDraw = pDamageExt->pDrawable; in DamageExtSubtract()
440 DrawablePtr pDrawable; in ProcDamageAdd() local
446 rc = dixLookupDrawable(&pDrawable, stuff->drawable, client, 0, in ProcDamageAdd()
454 RegionTranslate(pRegion, pDrawable->x, pDrawable->y); in ProcDamageAdd()
455 DamageDamageRegion(pDrawable, pRegion); in ProcDamageAdd()
456 RegionTranslate(pRegion, -pDrawable->x, -pDrawable->y); in ProcDamageAdd()
609 WindowPtr pWin = (WindowPtr)pDamage->pDrawable; in PanoramiXDamageReport()
659 DrawablePtr pDrawable; in PanoramiXDamageCreate() local
670 rc = dixLookupDrawable(&pDrawable, draw->info[i].id, client, in PanoramiXDamageCreate()
677 DamageExtRegister(pDrawable, pDamage, i != 0); in PanoramiXDamageCreate()