Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp111 iconY = (gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2; in draw_background_locked()
114 int textY = ((gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2) + iconHeight + 40; in draw_background_locked()
150 int dy = (3*gr_fb_height() + iconHeight - 2*height)/4; in draw_progress_locked()
251 for (int ty = gr_fb_height() - char_height, count = 0; in draw_screen_locked()
355 text_rows = gr_fb_height() / char_height; in Init()
/bootable/recovery/minui/
Dminui.h42 int gr_fb_height(void);
Dgraphics.c411 int gr_fb_height(void) in gr_fb_height() function