Searched refs:spcolor (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui.h | 388 GdkRGBA *spcolor; // GDK-styled special color member 392 GdkColor *spcolor; // GDK-styled special color member
|
| H A D | gui_gtk_x11.c | 3465 gui.spcolor = g_new(GdkRGBA, 1); in gui_mch_init() 3472 gui.spcolor = g_new0(GdkColor, 1); in gui_mch_init() 5182 *gui.spcolor = color_to_rgba(color); in gui_mch_set_sp_color() 5184 gui.spcolor->pixel = (unsigned long)color; in gui_mch_set_sp_color() 5426 gui.spcolor->red, gui.spcolor->green, gui.spcolor->blue, in draw_under() 5427 gui.spcolor->alpha); in draw_under() 5436 gdk_gc_set_foreground(gui.text_gc, gui.spcolor); in draw_under() 5453 gui.spcolor->red, gui.spcolor->green, gui.spcolor->blue, in draw_under() 5454 gui.spcolor->alpha); in draw_under() 5459 gdk_gc_set_foreground(gui.text_gc, gui.spcolor); in draw_under()
|