OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gr_fb_height
(Results
1 - 5
of
5
) sorted by null
/system/extras/tests/framebuffer/
minui.h
24
int
gr_fb_height
(void);
fb_test.c
183
int
gr_fb_height
(void)
function
/bootable/recovery/minui/
minui.h
27
int
gr_fb_height
(void);
graphics.c
305
int
gr_fb_height
(void)
function
/bootable/recovery/
ui.c
98
gr_fill(0, 0, gr_fb_width(),
gr_fb_height
());
104
int iconY = (
gr_fb_height
() - iconHeight) / 2;
120
int dy = (3*
gr_fb_height
() + iconHeight - 2*height)/4;
160
gr_fill(0, 0, gr_fb_width(),
gr_fb_height
());
315
text_rows =
gr_fb_height
() / CHAR_HEIGHT;
Completed in 935 milliseconds