Searched refs:text_cols_ (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 101 if (text_rows_ > 0 && text_cols_ > 0) { in CreateMenu() 103 text_cols_ - 1, text_headers, text_items, initial_selection, in CreateMenu()
|
D | screen_ui.cpp | 325 text_cols_(0), in ScreenRecoveryUI() 871 text_cols_ = (ScreenWidth() - margin_width_ * 2) / char_width_; in InitTextParams() 919 text_ = Alloc2d(text_rows_, text_cols_ + 1); in Init() 920 file_viewer_text_ = Alloc2d(text_rows_, text_cols_ + 1); in Init() 1059 if (text_rows_ > 0 && text_cols_ > 0) { in PrintV() 1061 if (*ptr == '\n' || text_col_ >= text_cols_) { in PrintV() 1090 if (ch == '\n' || text_col_ >= text_cols_) { in PutChar() 1101 memset(text_[i], 0, text_cols_ + 1); in ClearText() 1199 if (text_rows_ > 0 && text_cols_ > 1) { in CreateMenu() 1200 return std::make_unique<TextMenu>(scrollable_menu_, text_rows_, text_cols_ - 1, text_headers, in CreateMenu() [all …]
|
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | screen_ui.h | 376 size_t text_cols_, text_rows_; variable
|