Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c642 DDXPointPtr pptTmp = ppt; in damageFillSpans() local
646 box.x1 = pptTmp->x; in damageFillSpans()
648 box.y2 = box.y1 = pptTmp->y; in damageFillSpans()
651 pptTmp++; in damageFillSpans()
653 if (box.x1 > pptTmp->x) in damageFillSpans()
654 box.x1 = pptTmp->x; in damageFillSpans()
655 if (box.x2 < (pptTmp->x + *pwidthTmp)) in damageFillSpans()
656 box.x2 = pptTmp->x + *pwidthTmp; in damageFillSpans()
657 if (box.y1 > pptTmp->y) in damageFillSpans()
658 box.y1 = pptTmp->y; in damageFillSpans()
[all …]