OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ybot
(Results
1 - 2
of
2
) 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
...]
/system/core/libpixelflinger/
trap.cpp
722
int
ybot
,
725
int count = ((
ybot
- ytop)>>TRI_FRACTION_BITS) + 1;
[
all
...]
Completed in 701 milliseconds