Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp64 text_row(0), in ScreenRecoveryUI()
346 text_col = text_row = 0; in Init()
498 text[text_row][text_col] = '\0'; in Print()
500 text_row = (text_row + 1) % text_rows; in Print()
501 if (text_row == text_top) text_top = (text_top + 1) % text_rows; in Print()
503 if (*ptr != '\n') text[text_row][text_col++] = *ptr; in Print()
505 text[text_row][text_col] = '\0'; in Print()
Dscreen_ui.h84 int text_col, text_row, text_top; variable