Home
last modified time | relevance | path

Searched refs:gr_fb_height (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/minui/
Dminui.h40 int gr_fb_height();
Dgraphics.cpp403 int gr_fb_height(void) in gr_fb_height() function
/bootable/recovery/
Dscreen_ui.cpp108 iconY = (gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2; in draw_background_locked()
111 int textY = ((gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2) + iconHeight + 40; in draw_background_locked()
146 int dy = (3*gr_fb_height() + iconHeight - 2*height)/4; in draw_progress_locked()
287 for (int ty = gr_fb_height() - char_height; in draw_screen_locked()
395 text_rows_ = gr_fb_height() / char_height; in Init()