HomeSort by relevance Sort by last modified time
    Searched refs:i32Right (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 91 psX11Window->i32Right = psX11Window->i32Left + psX11Window->ui32Width - 1;
143 if (psFirst->rect.i32Right < 0)
144 psFirst->rect.i32Right = 0;
145 else if (psFirst->rect.i32Right > display_width)
146 psFirst->rect.i32Right = display_width;
166 (psRegion->rect.i32Left <= psCur->rect.i32Right)) {
167 sCreateRect.i32Right = psRegion->rect.i32Left - 1;
181 if ((psRegion->rect.i32Right >= psCur->rect.i32Left) &&
182 (psRegion->rect.i32Right < psCur->rect.i32Right))
    [all...]
psb_x11.h 65 int i32Right;

Completed in 48 milliseconds