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

/bootable/recovery/
H A Dscreen_ui.cpp65 text_row(0),
354 text_col = text_row = 0;
486 text[text_row][text_col] = '\0';
488 text_row = (text_row + 1) % text_rows;
489 if (text_row == text_top) text_top = (text_top + 1) % text_rows;
491 if (*ptr != '\n') text[text_row][text_col++] = *ptr;
493 text[text_row][text_col] = '\0';
H A Dscreen_ui.h93 int text_col, text_row, text_top; member in class:ScreenRecoveryUI

Completed in 31 milliseconds