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 - 6
of
6
) sorted by null
/system/extras/tests/framebuffer/
minui.h
24
int
gr_fb_height
(void);
fb_test.c
190
int
gr_fb_height
(void)
function
/bootable/recovery/minui/
minui.h
33
int
gr_fb_height
(void);
graphics.c
423
int
gr_fb_height
(void)
function
/bootable/recovery/
screen_ui.cpp
115
gr_fill(0, 0, gr_fb_width(),
gr_fb_height
());
130
int iconY = (
gr_fb_height
() - (iconHeight+textHeight+40+sh)) / 2;
133
int textY = ((
gr_fb_height
() - (iconHeight+textHeight+40+sh)) / 2) + iconHeight + 40;
172
int dy = (3*
gr_fb_height
() + iconHeight - 2*height)/4;
248
gr_fill(0, 0, gr_fb_width(),
gr_fb_height
());
285
for (int ty =
gr_fb_height
() - char_height, count = 0;
388
text_rows =
gr_fb_height
() / char_height;
474
(
gr_fb_height
() - (gr_get_height(bg) +
/system/core/charger/
charger.c
199
gr_fill(0, 0, gr_fb_width(),
gr_fb_height
());
612
y = (
gr_fb_height
() - char_height) / 2;
634
y = (
gr_fb_height
() - h) / 2 ;
Completed in 32 milliseconds