Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dui.c110 textInfo itemsInfo[MAX_ROWS]; variable
230 gr_color(itemsInfo[k].r, itemsInfo[k].g, itemsInfo[k].b, in draw_screen_locked()
231 itemsInfo[k].a); in draw_screen_locked()
232 draw_text_line((itemsInfo[k].t_col + 1)*CHAR_WIDTH + 1, in draw_screen_locked()
233 (itemsInfo[k].t_row)*CHAR_HEIGHT, text[k]); in draw_screen_locked()
784 itemsInfo[i].t_row = i; in ui_print_init()
845 itemsInfo[temp_row].t_col = t_col; in ui_print_xy_rgba()
846 itemsInfo[temp_row].t_row = temp_row; in ui_print_xy_rgba()
849 itemsInfo[temp_row].t_col = in ui_print_xy_rgba()
851 itemsInfo[temp_row].t_row = in ui_print_xy_rgba()
[all …]
H A Dscreen_ui.h108 textInfo itemsInfo[kMaxRows]; variable