HomeSort by relevance Sort by last modified time
    Searched refs:text_col (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
screen_ui.h 93 int text_col, text_row, text_top; member in class:ScreenRecoveryUI
screen_ui.cpp 64 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';

Completed in 1890 milliseconds