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

  /bootable/recovery/
screen_ui.cpp 64 text_row(0),
350 text_col = text_row = 0;
502 text[text_row][text_col] = '\0';
504 text_row = (text_row + 1) % text_rows;
505 if (text_row == text_top) text_top = (text_top + 1) % text_rows;
507 if (*ptr != '\n') text[text_row][text_col++] = *ptr;
509 text[text_row][text_col] = '\0';
screen_ui.h 84 int text_col, text_row, text_top; member in class:ScreenRecoveryUI

Completed in 170 milliseconds