Home | History | Annotate | Download | only in recovery

Lines Matching refs:text_rows

62     text_rows(0),
284 int row = (text_top+text_rows-1) % text_rows;
286 ty > y+2 && count < text_rows;
290 if (row < 0) row = text_rows-1;
388 text_rows = gr_fb_height() / char_height;
389 if (text_rows > kMaxRows) text_rows = kMaxRows;
548 if (text_rows > 0 && text_cols > 0) {
554 text_row = (text_row + 1) % text_rows;
555 if (text_row == text_top) text_top = (text_top + 1) % text_rows;
569 if (text_rows > 0 && text_cols > 0) {
570 for (i = 0; i < text_rows; ++i) {
576 for (; i < text_rows; ++i) {
607 if (show_menu > 0 && text_rows > 0 && text_cols > 0) {