Searched refs:text_top_ (Results 1 – 3 of 3) sorted by relevance
177 int row = (text_top_ + text_rows_ - 1) % text_rows_; in draw_screen_locked()243 if (text_row_ == text_top_) text_top_ = (text_top_ + 1) % text_rows_; in Print()339 text_row_ = text_top_ = text_rows_ - 2; in ShowFile()344 text_top_ = text_row_; in ShowFile()393 if (text_row_ == text_top_) text_top_ = (text_top_ + 1) % text_rows_; in PrintV()
69 text_top_(0), in ScreenRecoveryUI()371 int row = (text_top_ + text_rows_ - 1) % text_rows_; in draw_screen_locked()513 text_top_ = 1; in Init()646 if (text_row_ == text_top_) text_top_ = (text_top_ + 1) % text_rows_; in PrintV()677 if (text_row_ == text_top_) text_top_ = (text_top_ + 1) % text_rows_; in PutChar()686 text_top_ = 1; in ClearText()753 size_t old_text_top = text_top_; in ShowFile()765 text_top_ = old_text_top; in ShowFile()
126 size_t text_col_, text_row_, text_top_; variable