OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i32Bottom
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_coverlay.c
92
psX11Window->
i32Bottom
= psX11Window->i32Top + psX11Window->ui32Height - 1;
153
if (psFirst->rect.
i32Bottom
< 0)
154
psFirst->rect.
i32Bottom
= 0;
155
else if (psFirst->rect.
i32Bottom
> display_height)
156
psFirst->rect.
i32Bottom
= display_height;
171
sCreateRect.
i32Bottom
= psCur->rect.
i32Bottom
;
189
sCreateRect.
i32Bottom
= psCur->rect.
i32Bottom
;
200
(psRegion->rect.i32Top <= psCur->rect.
i32Bottom
)) {
[
all
...]
psb_x11.h
66
int
i32Bottom
;
Completed in 66 milliseconds