Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp63 text_(nullptr), in ScreenRecoveryUI()
290 gr_text(0, ty, text_[row], false); in draw_screen_locked()
398 text_ = Alloc2d(text_rows_, text_cols_ + 1); in Init()
522 text_[text_row_][text_col_] = '\0'; in Print()
527 if (*ptr != '\n') text_[text_row_][text_col_++] = *ptr; in Print()
529 text_[text_row_][text_col_] = '\0'; in Print()
537 if (ch != '\n') text_[text_row_][text_col_++] = ch; in PutChar()
553 memset(text_[i], 0, text_cols_ + 1); in ClearText()
615 char** old_text = text_; in ShowFile()
621 text_ = file_viewer_text_; in ShowFile()
[all …]
Dscreen_ui.h95 char** text_; variable