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 - 8
of
8
) 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
40
int
gr_fb_height
();
graphics.cpp
403
int
gr_fb_height
(void)
function
/system/extras/slideshow/
slideshow.cpp
69
y = (
gr_fb_height
() - h) / 2;
/bootable/recovery/
screen_ui.cpp
141
return
gr_fb_height
() - PixelsFromDp(kLayouts[layout_][PROGRESS]) -
157
int y =
gr_fb_height
() - stage_height;
334
for (int ty =
gr_fb_height
() - char_height_;
456
layout_ = (gr_fb_width() >
gr_fb_height
()) ? LANDSCAPE : PORTRAIT;
458
if (
gr_fb_height
() > PixelsFromDp(800)) ++layout_;
461
text_rows_ =
gr_fb_height
() / char_height_;
wear_ui.cpp
88
gr_fill(0, 0, gr_fb_width(),
gr_fb_height
());
107
int y = (
gr_fb_height
() - height) / 2;
158
gr_fill(0, 0, gr_fb_width(),
gr_fb_height
());
216
for (int ty =
gr_fb_height
() - char_height_ - outer_height;
291
text_rows = (
gr_fb_height
()) / char_height_;
292
visible_text_rows = (
gr_fb_height
() - (outer_height * 2)) / char_height_;
/system/core/healthd/
healthd_mode_charger.cpp
265
y = (
gr_fb_height
() - char_height) / 2;
287
y = (
gr_fb_height
() - h) / 2 ;
Completed in 706 milliseconds