Searched refs:text_row_ (Results 1 – 2 of 2) sorted by relevance
334 text_row_(0), in ScreenRecoveryUI()745 int row = text_row_; in draw_menu_and_text_buffer_locked()929 text_col_ = text_row_ = 0; in Init()1072 text_[text_row_][text_col_] = '\0'; in PrintV()1074 text_row_ = (text_row_ + 1) % text_rows_; in PrintV()1076 if (*ptr != '\n') text_[text_row_][text_col_++] = *ptr; in PrintV()1078 text_[text_row_][text_col_] = '\0'; in PrintV()1099 if (ch != '\n') text_[text_row_][text_col_++] = ch; in PutChar()1102 ++text_row_; in PutChar()1109 text_row_ = 0; in ClearText()[all …]
383 size_t text_col_, text_row_; variable