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

  /bootable/recovery/
screen_ui.cpp 62 text_rows(0),
247 int row = (text_top+text_rows-1) % text_rows;
249 ty > y+2 && count < text_rows;
253 if (row < 0) row = text_rows-1;
351 text_rows = gr_fb_height() / char_height;
352 if (text_rows > kMaxRows) text_rows = kMaxRows;
498 if (text_rows > 0 && text_cols > 0) {
504 text_row = (text_row + 1) % text_rows;
    [all...]
screen_ui.h 83 int text_cols, text_rows; member in class:ScreenRecoveryUI

Completed in 37 milliseconds