Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp649 size_t text_cols = (ScreenWidth() - x * 2) / char_width_; in DrawWrappedTextLines()
869 gr_font_size(gr_sys_font(), &char_width_, &char_height_); in InitTextParams()
871 text_cols_ = (ScreenWidth() - margin_width_ * 2) / char_width_; in InitTextParams()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h398 int char_width_; variable