Home
last modified time | relevance | path

Searched refs:char_height (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/minui/
Dgraphics.cpp75 *y = font->char_height; in gr_font_size()
166 bold = bold && (font->texture->height != font->char_height); in gr_text()
173 if (outside(x, y) || outside(x + font->char_width - 1, y + font->char_height - 1)) break; in gr_text()
181 (bold ? font->char_height * font->texture->row_bytes : 0); in gr_text()
185 font->char_height); in gr_text()
333 font->char_height = font->texture->height / 2; in gr_init_font()
/bootable/recovery/minui/include/minui/
Dminui.h89 int char_height; member
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h110 size_t initial_selection, int char_height, const DrawInterface& draw_funcs);
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp66 size_t initial_selection, int char_height, const DrawInterface& draw_funcs) in TextMenu() argument
73 char_height_(char_height) { in TextMenu()
543 int line_spacing = gr_sys_font()->char_height; // Put some extra space between images. in SelectAndShowBackgroundText()