Home
last modified time | relevance | path

Searched refs:text_top_ (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Dwear_ui.cpp175 int row = (text_top_ + text_rows_ - 1) % text_rows_; in draw_screen_locked()
237 if (text_row_ == text_top_) text_top_ = (text_top_ + 1) % text_rows_; in Print()
335 text_row_ = text_top_ = text_rows_ - 2; in ShowFile()
340 text_top_ = text_row_; in ShowFile()
371 text_top_ = 1; in ClearText()
400 if (text_row_ == text_top_) text_top_ = (text_top_ + 1) % text_rows_; in PrintV()
Dscreen_ui.cpp66 text_top_(0), in ScreenRecoveryUI()
332 int row = (text_top_ + text_rows_ - 1) % text_rows_; in draw_screen_locked()
474 text_top_ = 1; in Init()
630 if (text_row_ == text_top_) text_top_ = (text_top_ + 1) % text_rows_; in PrintV()
661 if (text_row_ == text_top_) text_top_ = (text_top_ + 1) % text_rows_; in PutChar()
670 text_top_ = 1; in ClearText()
737 size_t old_text_top = text_top_; in ShowFile()
749 text_top_ = old_text_top; in ShowFile()
Dscreen_ui.h108 size_t text_col_, text_row_, text_top_; variable