HomeSort by relevance Sort by last modified time
    Searched refs:char_width_ (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/
screen_ui.h 134 int char_width_; member in class:ScreenRecoveryUI
screen_ui.cpp 460 gr_font_size(&char_width_, &char_height_);
462 text_cols_ = gr_fb_width() / char_width_;
wear_ui.cpp 288 gr_font_size(&char_width_, &char_height_);
296 text_cols = (gr_fb_width() - (outer_width * 2)) / char_width_;

Completed in 1894 milliseconds