Home
last modified time | relevance | path

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

/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
229 for (k = 0; k < text_row; ++k) { in draw_screen_locked()
563 text_col = text_row = 0; in ui_init()
653 text[text_row][text_col] = '\0'; in ui_print()
655 text_row = (text_row + 1) % text_rows; in ui_print()
656 if (text_row == text_top) text_top = (text_top + 1) % text_rows; in ui_print()
658 if (*ptr != '\n') text[text_row][text_col++] = *ptr; in ui_print()
660 text[text_row][text_col] = '\0'; in ui_print()
768 text_col = text_row = 0; in ui_print_init()
780 text_row,text_cols,text_rows); in ui_print_init()
[all …]
H A Dscreen_ui.h115 int text_col, text_row, text_top; variable
/OK3568_Linux_fs/external/recovery/
H A Dui.c79 static int text_col = 0, text_row = 0, text_top = 0; variable
333 text_col = text_row = 0; in ui_init()
451 text[text_row][text_col] = '\0'; in ui_print()
453 text_row = (text_row + 1) % text_rows; in ui_print()
454 if (text_row == text_top) text_top = (text_top + 1) % text_rows; in ui_print()
456 if (*ptr != '\n') text[text_row][text_col++] = *ptr; in ui_print()
458 text[text_row][text_col] = '\0'; in ui_print()