OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i32Left
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_coverlay.c
70
psX11Window->
i32Left
= sXWinAttrib.x;
84
&psX11Window->
i32Left
,
91
psX11Window->i32Right = psX11Window->
i32Left
+ psX11Window->ui32Width - 1;
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;
165
if ((psRegion->rect.
i32Left
> psCur->rect.
i32Left
) &&
166
(psRegion->rect.
i32Left
<= psCur->rect.i32Right))
[
all
...]
psb_x11.h
63
int
i32Left
;
Completed in 46 milliseconds