Searched refs:gr_fb_height (Results 1 – 3 of 3) sorted by relevance
109 gr_fill(0, 0, gr_fb_width(), gr_fb_height()); in draw_background_locked()121 int iconY = (gr_fb_height() - (iconHeight+textHeight+40)) / 2; in draw_background_locked()124 int textY = ((gr_fb_height() - (iconHeight+textHeight+40)) / 2) + iconHeight + 40; in draw_background_locked()152 int dy = (3*gr_fb_height() + iconHeight - 2*height)/4; in draw_progress_locked()208 gr_fill(0, 0, gr_fb_width(), gr_fb_height()); in draw_screen_locked()244 for (int ty = gr_fb_height() - char_height, count = 0; in draw_screen_locked()347 text_rows = gr_fb_height() / char_height; in Init()431 (gr_fb_height() - (gr_get_height(bg) + gr_get_height(text) + 40)) / 2; in SetBackground()
33 int gr_fb_height(void);
423 int gr_fb_height(void) in gr_fb_height() function