Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/
H A Dui.c79 static int text_col = 0, text_row = 0, text_top = 0; variable
188 draw_text_line(i, text[(i + text_top) % text_rows]); in draw_screen_locked()
336 text_top = 1; in ui_init()
454 if (text_row == text_top) text_top = (text_top + 1) % text_rows; in ui_print()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dui.c82 static int text_col = 0, text_row = 0, text_top = 0; variable
566 text_top = 1; in ui_init()
656 if (text_row == text_top) text_top = (text_top + 1) % text_rows; in ui_print()
772 text_top = 1; in ui_print_init()
H A Dscreen_ui.h115 int text_col, text_row, text_top; variable