Searched refs:itemsInfo (Results 1 – 2 of 2) sorted by relevance
110 textInfo itemsInfo[MAX_ROWS]; variable230 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 …]
108 textInfo itemsInfo[kMaxRows]; variable