Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c128 psb_x11_clip_list_t * psRegion, in psb_x11_substractRects() argument
158 while (psRegion) { 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()
167 sCreateRect.i32Right = psRegion->rect.i32Left - 1; in psb_x11_substractRects()
178 psCur->rect.i32Left = psRegion->rect.i32Left; in psb_x11_substractRects()
181 if ((psRegion->rect.i32Right >= psCur->rect.i32Left) && in psb_x11_substractRects()
182 (psRegion->rect.i32Right < psCur->rect.i32Right)) in psb_x11_substractRects()
185 sCreateRect.i32Left = psRegion->rect.i32Right + 1; in psb_x11_substractRects()
196 psCur->rect.i32Right = psRegion->rect.i32Right; in psb_x11_substractRects()
[all …]