Lines Matching refs:gui

695     if (gui.in_use)  in highlight_reset_all()
714 if (gui.in_use) in highlight_reset_all()
842 else if (!gui.shell_created) in highlight_set_font()
911 if (!gui.in_use && !gui.starting) in highlight_set_ctermfg()
934 if (!gui.in_use && !gui.starting) in highlight_set_ctermbg()
977 if (!gui.in_use && !gui.starting) in highlight_set_ctermul()
1144 if (is_menu_group && gui.menu_fg_pixel != i) in highlight_set_guifg()
1146 gui.menu_fg_pixel = i; in highlight_set_guifg()
1149 if (is_scrollbar_group && gui.scroll_fg_pixel != i) in highlight_set_guifg()
1151 gui.scroll_fg_pixel = i; in highlight_set_guifg()
1155 if (is_tooltip_group && gui.tooltip_fg_pixel != i) in highlight_set_guifg()
1157 gui.tooltip_fg_pixel = i; in highlight_set_guifg()
1213 if (is_menu_group && gui.menu_bg_pixel != i) in highlight_set_guibg()
1215 gui.menu_bg_pixel = i; in highlight_set_guibg()
1218 if (is_scrollbar_group && gui.scroll_bg_pixel != i) in highlight_set_guibg()
1220 gui.scroll_bg_pixel = i; in highlight_set_guibg()
1224 if (is_tooltip_group && gui.tooltip_bg_pixel != i) in highlight_set_guibg()
1226 gui.tooltip_bg_pixel = i; in highlight_set_guibg()
1714 if (gui.in_use && do_colors) in do_highlight()
1720 if (gui.in_use && do_colors) in do_highlight()
1728 if (gui.in_use && do_colors) in do_highlight()
1792 if (!gui.in_use) in restore_cterm_colors()
1889 if (gui.in_use) in set_normal_colors()
1893 &gui.norm_pixel, &gui.back_pixel, in set_normal_colors()
1901 &gui.menu_fg_pixel, &gui.menu_bg_pixel, in set_normal_colors()
1911 &gui.tooltip_fg_pixel, &gui.tooltip_bg_pixel, in set_normal_colors()
1921 &gui.scroll_fg_pixel, &gui.scroll_bg_pixel, in set_normal_colors()
1982 *fgp = gui.def_norm_pixel; in set_group_colors()
1986 *bgp = gui.def_back_pixel; in set_group_colors()
2145 gui.menu_fontset = HL_TABLE()[idx].sg_fontset; in hl_do_font()
2148 gui.menu_font = HL_TABLE()[idx].sg_fontset; in hl_do_font()
2160 gui.tooltip_fontset = (XFontSet)HL_TABLE()[idx].sg_fontset; in hl_do_font()
2182 gui.menu_font = HL_TABLE()[idx].sg_font; in hl_do_font()
2207 if (gui.in_use) in color_name2handle()
2210 return gui.norm_pixel; in color_name2handle()
2222 if (gui.in_use) in color_name2handle()
2225 return gui.back_pixel; in color_name2handle()
2252 if (gui.in_use) in gui_adjust_rgb()
2478 && (aep->ae_u.gui.fg_color == taep->ae_u.gui.fg_color in get_attr_entry()
2479 && aep->ae_u.gui.bg_color in get_attr_entry()
2480 == taep->ae_u.gui.bg_color in get_attr_entry()
2481 && aep->ae_u.gui.sp_color in get_attr_entry()
2482 == taep->ae_u.gui.sp_color in get_attr_entry()
2483 && aep->ae_u.gui.font == taep->ae_u.gui.font in get_attr_entry()
2485 && aep->ae_u.gui.fontset == taep->ae_u.gui.fontset in get_attr_entry()
2553 taep->ae_u.gui.fg_color = aep->ae_u.gui.fg_color; in get_attr_entry()
2554 taep->ae_u.gui.bg_color = aep->ae_u.gui.bg_color; in get_attr_entry()
2555 taep->ae_u.gui.sp_color = aep->ae_u.gui.sp_color; in get_attr_entry()
2556 taep->ae_u.gui.font = aep->ae_u.gui.font; in get_attr_entry()
2558 taep->ae_u.gui.fontset = aep->ae_u.gui.fontset; in get_attr_entry()
2653 at_en.ae_u.gui.fg_color = fg; in get_gui_attr_idx()
2654 at_en.ae_u.gui.bg_color = bg; in get_gui_attr_idx()
2702 if (gui.in_use) in hl_combine_attr()
2711 new_en.ae_u.gui.fg_color = INVALCOLOR; in hl_combine_attr()
2712 new_en.ae_u.gui.bg_color = INVALCOLOR; in hl_combine_attr()
2713 new_en.ae_u.gui.sp_color = INVALCOLOR; in hl_combine_attr()
2727 if (spell_aep->ae_u.gui.fg_color != INVALCOLOR) in hl_combine_attr()
2728 new_en.ae_u.gui.fg_color = spell_aep->ae_u.gui.fg_color; in hl_combine_attr()
2729 if (spell_aep->ae_u.gui.bg_color != INVALCOLOR) in hl_combine_attr()
2730 new_en.ae_u.gui.bg_color = spell_aep->ae_u.gui.bg_color; in hl_combine_attr()
2731 if (spell_aep->ae_u.gui.sp_color != INVALCOLOR) in hl_combine_attr()
2732 new_en.ae_u.gui.sp_color = spell_aep->ae_u.gui.sp_color; in hl_combine_attr()
2733 if (spell_aep->ae_u.gui.font != NOFONT) in hl_combine_attr()
2734 new_en.ae_u.gui.font = spell_aep->ae_u.gui.font; in hl_combine_attr()
2736 if (spell_aep->ae_u.gui.fontset != NOFONTSET) in hl_combine_attr()
2737 new_en.ae_u.gui.fontset = spell_aep->ae_u.gui.fontset; in hl_combine_attr()
2854 if (gui.in_use) in syn_attr2attr()
3240 at_en.ae_u.gui.fg_color = sgp->sg_gui_fg; in set_hl_attr()
3241 at_en.ae_u.gui.bg_color = sgp->sg_gui_bg; in set_hl_attr()
3242 at_en.ae_u.gui.sp_color = sgp->sg_gui_sp; in set_hl_attr()
3243 at_en.ae_u.gui.font = sgp->sg_font; in set_hl_attr()
3245 at_en.ae_u.gui.fontset = sgp->sg_fontset; in set_hl_attr()
3282 if (!gui.in_use && !gui.starting) in set_hl_attr()
3521 if (gui.in_use) in syn_id2attr()
3624 if (gui.in_use) in gui_do_one_color()
4045 gui_mch_free_font(gui.norm_font); in free_highlight_fonts()
4047 gui_mch_free_fontset(gui.fontset); in free_highlight_fonts()
4050 gui_mch_free_font(gui.bold_font); in free_highlight_fonts()
4051 gui_mch_free_font(gui.ital_font); in free_highlight_fonts()
4052 gui_mch_free_font(gui.boldital_font); in free_highlight_fonts()