Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp63 text_col(0), in ScreenRecoveryUI()
346 text_col = text_row = 0; in Init()
497 if (*ptr == '\n' || text_col >= text_cols) { in Print()
498 text[text_row][text_col] = '\0'; in Print()
499 text_col = 0; 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