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

/bootable/recovery/
H A Dscreen_ui.cpp64 text_col(0),
354 text_col = text_row = 0;
485 if (*ptr == '\n' || text_col >= text_cols) {
486 text[text_row][text_col] = '\0';
487 text_col = 0;
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 68 milliseconds