Home
last modified time | relevance | path

Searched refs:pDamageExt (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/damageext/
H A Ddamageext.c91 DamageExtNotify(DamageExtPtr pDamageExt, BoxPtr pBoxes, int nBoxes) in DamageExtNotify() argument
93 ClientPtr pClient = pDamageExt->pClient; in DamageExtNotify()
94 DrawablePtr pDrawable = pDamageExt->pDrawable; in DamageExtNotify()
103 .level = pDamageExt->level, in DamageExtNotify()
104 .drawable = pDamageExt->drawable, in DamageExtNotify()
105 .damage = pDamageExt->id, in DamageExtNotify()
114 ev.level = pDamageExt->level; in DamageExtNotify()
138 DamageExtPtr pDamageExt = closure; in DamageExtReport() local
140 switch (pDamageExt->level) { in DamageExtReport()
143 DamageExtNotify(pDamageExt, RegionRects(pRegion), in DamageExtReport()
[all …]
H A Ddamageextint.h60 #define VERIFY_DAMAGEEXT(pDamageExt, rid, client, mode) { \ argument
61 int rc = dixLookupResourceByType((void **)&(pDamageExt), rid, \
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_migration_classic.c170 BoxPtr pValidExt, pDamageExt; in exaCopyDirty() local
174 pDamageExt = RegionExtents(pending_damage); in exaCopyDirty()
176 box.x1 = min(pValidExt->x1, pDamageExt->x1); in exaCopyDirty()
177 box.y1 = min(pValidExt->y1, pDamageExt->y1); in exaCopyDirty()
178 box.x2 = max(pValidExt->x2, pDamageExt->x2); in exaCopyDirty()
179 box.y2 = max(pValidExt->y2, pDamageExt->y2); in exaCopyDirty()