Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c1096 xArc *pArcsTmp = pArcs; in damagePolyArc() local
1098 box.x1 = pArcsTmp->x; in damagePolyArc()
1099 box.x2 = box.x1 + pArcsTmp->width; in damagePolyArc()
1100 box.y1 = pArcsTmp->y; in damagePolyArc()
1101 box.y2 = box.y1 + pArcsTmp->height; in damagePolyArc()
1104 pArcsTmp++; in damagePolyArc()
1105 if (box.x1 > pArcsTmp->x) in damagePolyArc()
1106 box.x1 = pArcsTmp->x; in damagePolyArc()
1107 if (box.x2 < (pArcsTmp->x + pArcsTmp->width)) in damagePolyArc()
1108 box.x2 = pArcsTmp->x + pArcsTmp->width; in damagePolyArc()
[all …]