Searched refs:text_row_ (Results 1 – 2 of 2) sorted by relevance
328 text_row_(0), in ScreenRecoveryUI()736 int row = text_row_; in draw_menu_and_text_buffer_locked()901 text_col_ = text_row_ = 0; in Init()1041 text_[text_row_][text_col_] = '\0'; in PrintV()1043 text_row_ = (text_row_ + 1) % text_rows_; in PrintV()1045 if (*ptr != '\n') text_[text_row_][text_col_++] = *ptr; in PrintV()1047 text_[text_row_][text_col_] = '\0'; in PrintV()1068 if (ch != '\n') text_[text_row_][text_col_++] = ch; in PutChar()1071 ++text_row_; in PutChar()1078 text_row_ = 0; in ClearText()[all …]
380 size_t text_col_, text_row_; variable