Searched refs:psFirst (Results 1 – 1 of 1) sorted by relevance
131 psb_x11_clip_list_t * psCur, * psPrev, * psFirst, * psNext; in psb_x11_substractRects() local136 psFirst = psb_x11_createClipBoxNode(psRect, NULL); in psb_x11_substractRects()138 if (psFirst->rect.i32Left < 0) in psb_x11_substractRects()139 psFirst->rect.i32Left = 0; in psb_x11_substractRects()140 else if (psFirst->rect.i32Left > display_width) in psb_x11_substractRects()141 psFirst->rect.i32Left = display_width; in psb_x11_substractRects()143 if (psFirst->rect.i32Right < 0) in psb_x11_substractRects()144 psFirst->rect.i32Right = 0; in psb_x11_substractRects()145 else if (psFirst->rect.i32Right > display_width) in psb_x11_substractRects()146 psFirst->rect.i32Right = display_width; in psb_x11_substractRects()[all …]