Lines Matching refs:text_rows
63 text_rows(0), in ScreenRecoveryUI()
250 int row = (text_top+text_rows-1) % text_rows; in draw_screen_locked()
252 ty > y+2 && count < text_rows; in draw_screen_locked()
256 if (row < 0) row = text_rows-1; in draw_screen_locked()
355 text_rows = gr_fb_height() / char_height; in Init()
356 if (text_rows > kMaxRows) text_rows = kMaxRows; in Init()
482 if (text_rows > 0 && text_cols > 0) { in Print()
488 text_row = (text_row + 1) % text_rows; in Print()
489 if (text_row == text_top) text_top = (text_top + 1) % text_rows; in Print()
503 if (text_rows > 0 && text_cols > 0) { in StartMenu()
504 for (i = 0; i < text_rows; ++i) { in StartMenu()
510 for (; i < text_rows; ++i) { in StartMenu()
541 if (show_menu > 0 && text_rows > 0 && text_cols > 0) { in EndMenu()