Searched refs:text_rows (Results 1 – 2 of 2) sorted by relevance
62 text_rows(0), in ScreenRecoveryUI()243 int row = (text_top+text_rows-1) % text_rows; in draw_screen_locked()245 ty > y+2 && count < text_rows; in draw_screen_locked()249 if (row < 0) row = text_rows-1; in draw_screen_locked()347 text_rows = gr_fb_height() / char_height; in Init()348 if (text_rows > kMaxRows) text_rows = kMaxRows; in Init()494 if (text_rows > 0 && text_cols > 0) { in Print()500 text_row = (text_row + 1) % text_rows; in Print()501 if (text_row == text_top) text_top = (text_top + 1) % text_rows; in Print()515 if (text_rows > 0 && text_cols > 0) { in StartMenu()[all …]
83 int text_cols, text_rows; variable