Home
last modified time | relevance | path

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

/bootable/recovery/
Dwear_ui.cpp143 y += char_height_ + 4; in draw_screen_locked()
153 gr_fill(x, y - 2, gr_fb_width() - x, y + char_height_ + 2); in draw_screen_locked()
163 y += char_height_ + 4; in draw_screen_locked()
179 for (int ty = gr_fb_height() - char_height_ - kMarginHeight; ty > y + 2 && count < text_rows_; in draw_screen_locked()
180 ty -= char_height_, ++count) { in draw_screen_locked()
204 visible_text_rows = (gr_fb_height() - (kMarginHeight * 2)) / char_height_; in InitTextParams()
Dvr_ui.cpp34 return char_height_ + 4; in DrawTextLine()
Dscreen_ui.cpp270 return char_height_ + 4; in DrawTextLine()
356 DrawHighlightBar(0, y - 2, gr_fb_width(), char_height_ + 4); in draw_screen_locked()
373 for (int ty = gr_fb_height() - kMarginHeight - char_height_; ty >= y && count < text_rows_; in draw_screen_locked()
374 ty -= char_height_, ++count) { in draw_screen_locked()
492 gr_font_size(gr_sys_font(), &char_width_, &char_height_); in InitTextParams()
493 text_rows_ = (gr_fb_height() - kMarginHeight * 2) / char_height_; in InitTextParams()
Dscreen_ui.h151 int char_height_; variable