Searched refs:psCur (Results 1 – 1 of 1) sorted by relevance
131 psb_x11_clip_list_t * psCur, * psPrev, * psFirst, * psNext; in psb_x11_substractRects() local159 psCur = psFirst; in psb_x11_substractRects()162 while (psCur) { in psb_x11_substractRects()163 psNext = psCur->next; in psb_x11_substractRects()165 if ((psRegion->rect.i32Left > psCur->rect.i32Left) && in psb_x11_substractRects()166 (psRegion->rect.i32Left <= psCur->rect.i32Right)) { in psb_x11_substractRects()169 sCreateRect.i32Left = psCur->rect.i32Left; in psb_x11_substractRects()170 sCreateRect.i32Top = psCur->rect.i32Top; in psb_x11_substractRects()171 sCreateRect.i32Bottom = psCur->rect.i32Bottom; in psb_x11_substractRects()178 psCur->rect.i32Left = psRegion->rect.i32Left; in psb_x11_substractRects()[all …]