Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp42 static int char_height; variable
216 *y += char_height + 4; in DrawTextLine()
268 gr_fill(0, y - 2, gr_fb_width(), y + char_height + 2); in draw_screen_locked()
276 y += char_height + 4; in draw_screen_locked()
287 for (int ty = gr_fb_height() - char_height; in draw_screen_locked()
289 ty -= char_height, ++count) { in draw_screen_locked()
394 gr_font_size(&char_width, &char_height); in Init()
395 text_rows_ = gr_fb_height() / char_height; in Init()