Home
last modified time | relevance | path

Searched refs:text_col (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
563 text_col = text_row = 0; in ui_init()
652 if (*ptr == '\n' || text_col >= text_cols) { in ui_print()
653 text[text_row][text_col] = '\0'; in ui_print()
654 text_col = 0; 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()
779 LOGI("text_col:%d>>text_row:%d>>text_cols:%d>>text_rows:%d\n",text_col, in ui_print_init()
840 if (*ptr == '\n' || text_col >= text_cols*2) { in ui_print_xy_rgba()
[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()
450 if (*ptr == '\n' || text_col >= text_cols) { in ui_print()
451 text[text_row][text_col] = '\0'; in ui_print()
452 text_col = 0; 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()