Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c131 psb_x11_clip_list_t * psCur, * psPrev, * psFirst, * psNext; in psb_x11_substractRects() local
136 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 …]