Home
last modified time | relevance | path

Searched refs:text_top (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/
Dui.c88 static int text_col = 0, text_row = 0, text_top = 0; variable
200 draw_text_line(i, text[(i+text_top) % text_rows]); in draw_screen_locked()
338 text_top = 1; in ui_init()
452 if (text_row == text_top) text_top = (text_top + 1) % text_rows; in ui_print()