Lines Matching refs:guicolor_T
1579 guicolor_T
1637 guicolor_T
1703 gui_mch_draw_hollow_cursor(guicolor_T color) in gui_mch_draw_hollow_cursor()
1734 guicolor_T color) in gui_mch_draw_part_cursor()
2274 guicolor_T
2275 gui_mch_get_rgb(guicolor_T pixel) in gui_mch_get_rgb()
2277 return (guicolor_T)((GetRValue(pixel) << 16) + (GetGValue(pixel) << 8) in gui_mch_get_rgb()
5624 gui_mch_set_fg_color(guicolor_T color) in gui_mch_set_fg_color()
5633 gui_mch_set_bg_color(guicolor_T color) in gui_mch_set_bg_color()
5642 gui_mch_set_sp_color(guicolor_T color) in gui_mch_set_sp_color()
6136 static guicolor_T brush_color[2] = {INVALCOLOR, INVALCOLOR}; in gui_mch_draw_string()