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

/hardware/intel/img/psb_video/src/x11/
H A Dpsb_coverlay.c131 psb_x11_clip_list_t * psCur, * psPrev, * psFirst, * psNext; local
136 psFirst = psb_x11_createClipBoxNode(psRect, NULL);
138 if (psFirst->rect.i32Left < 0)
139 psFirst->rect.i32Left = 0;
140 else if (psFirst->rect.i32Left > display_width)
141 psFirst->rect.i32Left = display_width;
143 if (psFirst->rect.i32Right < 0)
144 psFirst->rect.i32Right = 0;
145 else if (psFirst->rect.i32Right > display_width)
146 psFirst
[all...]

Completed in 73 milliseconds