Searched refs:text_rows_ (Results 1 – 3 of 3) sorted by relevance
331 text_rows_(0), in ScreenRecoveryUI()747 for (int ty = ScreenHeight() - margin_height_ - char_height_; ty >= y && count < text_rows_; in draw_menu_and_text_buffer_locked()751 if (row < 0) row = text_rows_ - 1; in draw_menu_and_text_buffer_locked()876 text_rows_ = (ScreenHeight() - margin_height_ * 2) / char_height_; in InitTextParams()926 text_ = Alloc2d(text_rows_, text_cols_ + 1); in Init()927 file_viewer_text_ = Alloc2d(text_rows_, text_cols_ + 1); in Init()1069 if (text_rows_ > 0 && text_cols_ > 0) { in PrintV()1074 text_row_ = (text_row_ + 1) % text_rows_; in PrintV()1110 for (size_t i = 0; i < text_rows_; ++i) { in ClearText()1155 while (text_row_ < text_rows_ - 1) PutChar('\n'); in ShowFile()[all …]
263 if (text_rows_ > 0 && text_cols_ > 0) { in CreateMenu()264 return std::make_unique<TextMenu>(scrollable_menu_, text_rows_ - menu_unusable_rows_ - 1, in CreateMenu()
379 size_t text_cols_, text_rows_; variable