Searched refs:tem_set_color (Results 1 – 1 of 1) sorted by relevance
150 static void tem_set_color(text_color_t *, color_t *);2319 tem_set_color(&fg, &da.fg_color); in tem_text_display()2320 tem_set_color(&bg, &da.bg_color); in tem_text_display()2552 tem_set_color(&bg_color, &cl.bg_color); in tem_cls()2806 tem_set_color(&fg, &ca.fg_color); in tem_pix_cursor()2807 tem_set_color(&bg, &ca.bg_color); in tem_pix_cursor()2913 tem_set_color(text_color_t *t, color_t *c) in tem_set_color() function