Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dwear_ui.cpp104 char_height_, *this); in CreateMenu()
Dvr_ui.cpp51 return char_height_ + 4; in DrawTextLine()
Dscreen_ui.cpp73 char_height_(char_height) { in TextMenu()
184 int bar_height = char_height_ + 4; in DrawItems()
632 return char_height_ + 4; in DrawTextLine()
738 for (int ty = ScreenHeight() - margin_height_ - char_height_; ty >= y && count < text_rows_; in draw_menu_and_text_buffer_locked()
739 ty -= char_height_, ++count) { in draw_menu_and_text_buffer_locked()
866 gr_font_size(gr_sys_font(), &char_width_, &char_height_); in InitTextParams()
867 text_rows_ = (ScreenHeight() - margin_height_ * 2) / char_height_; in InitTextParams()
1165 size_t max_height = ScreenHeight() - margin_height_ - char_height_ * (title_lines_.size() + 3); in CreateMenu()
1180 text_items, initial_selection, char_height_, *this); in CreateMenu()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h162 int char_height_; variable
399 int char_height_; variable