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
42
int
gr_fb_height
(void);
graphics.c
411
int
gr_fb_height
(void)
function
/bootable/recovery/
screen_ui.cpp
111
iconY = (
gr_fb_height
() - (iconHeight+textHeight+40+sh)) / 2;
114
int textY = ((
gr_fb_height
() - (iconHeight+textHeight+40+sh)) / 2) + iconHeight + 40;
150
int dy = (3*
gr_fb_height
() + iconHeight - 2*height)/4;
251
for (int ty =
gr_fb_height
() - char_height, count = 0;
355
text_rows =
gr_fb_height
() / char_height;
/system/core/healthd/
healthd_mode_charger.cpp
270
y = (
gr_fb_height
() - char_height) / 2;
292
y = (
gr_fb_height
() - h) / 2 ;
Completed in 57 milliseconds