OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ybot
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/skin/
region.c
75
#define RUNS_RECT_COUNT 6 /* YTOP
YBOT
XLEFT XRIGHT XSENTINEL YSENTINEL */
204
int
ybot
, ytop = runs[0];
local
209
ybot
= runs[1];
210
if (y <
ybot
)
244
runs_copy_scanline_adj( Run* dst, Run* src, int ytop, int
ybot
)
248
dst[1] = (Run)
ybot
;
321
int
ybot
;
local
328
ybot
= src[1];
329
RASSERT( ytop <
ybot
);
330
RASSERT(
ybot
!= YSENTINEL )
497
int
ybot
= runs[1];
local
666
int
ybot
;
local
821
int
ybot
;
local
[
all
...]
/external/pixman/pixman/
pixman-region.c
765
int
ybot
; /* Bottom of intersection */
local
836
* Initialize
ybot
.
837
* In the upcoming loop,
ybot
and ytop serve different functions depending
841
* has points in the band),
ybot
is the bottom of the most recent
846
* the top of the rectangles of both regions and
ybot
clips the bottoms.
849
ybot
= MIN (r1->y1, r2->y1);
889
top = MAX (r1y1,
ybot
);
905
top = MAX (r2y1,
ybot
);
927
* intersect if
ybot
> ytop
929
ybot
= MIN (r1->y2, r2->y2)
[
all
...]