Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp66 text_top_(0), in ScreenRecoveryUI()
285 int row = (text_top_ + text_rows_ - 1) % text_rows_; in draw_screen_locked()
403 text_top_ = 1; in Init()
525 if (text_row_ == text_top_) text_top_ = (text_top_ + 1) % text_rows_; in Print()
542 if (text_row_ == text_top_) text_top_ = (text_top_ + 1) % text_rows_; in PutChar()
551 text_top_ = 1; in ClearText()
618 size_t old_text_top = text_top_; in ShowFile()
630 text_top_ = old_text_top; in ShowFile()
Dscreen_ui.h96 size_t text_col_, text_row_, text_top_; variable