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

  /bootable/recovery/recovery_ui/
wear_ui.cpp 101 if (text_rows_ > 0 && text_cols_ > 0) {
103 text_cols_ - 1, text_headers, text_items, initial_selection,
screen_ui.cpp 324 text_cols_(0),
854 text_cols_ = (ScreenWidth() - margin_width_ * 2) / char_width_;
884 text_ = Alloc2d(text_rows_, text_cols_ + 1);
885 file_viewer_text_ = Alloc2d(text_rows_, text_cols_ + 1);
    [all...]
  /bootable/recovery/recovery_ui/include/recovery_ui/
screen_ui.h 373 size_t text_cols_, text_rows_; member in class:ScreenRecoveryUI

Completed in 196 milliseconds