Home
last modified time | relevance | path

Searched refs:def_norm_pixel (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_xim.c1262 xim_fg_color = gui.def_norm_pixel; in xim_set_preedit()
1535 XNForeground, (Pixel)gui.def_norm_pixel, in xim_real_init()
1540 XNForeground, (Pixel)gui.def_norm_pixel, in xim_real_init()
1550 XNForeground, (Pixel)gui.def_norm_pixel, in xim_real_init()
1554 XNForeground, (Pixel)gui.def_norm_pixel, in xim_real_init()
H A Dgui.h324 guicolor_T def_norm_pixel; // default Color of normal text member
H A Dgui_x11.c302 XtOffsetOf(gui_T, def_norm_pixel),
1296 gui.norm_pixel = gui.def_norm_pixel; in gui_mch_init()
1304 gui.back_pixel = gui.def_norm_pixel; in gui_mch_init()
1305 gui.def_norm_pixel = gui.norm_pixel; in gui_mch_init()
H A Dgui_gtk_x11.c3480 gui.norm_pixel = gui.def_norm_pixel; in gui_mch_init()
4278 gui.def_norm_pixel = bg_pixel; in gui_mch_open()
4283 gui.def_norm_pixel = fg_pixel; in gui_mch_open()
H A Dgui_haiku.cc3331 gui.def_norm_pixel = RGB(0x00, 0x00, 0x00); // black in gui_mch_init()
3333 gui.norm_pixel = gui.def_norm_pixel; in gui_mch_init()
H A Dgui_photon.c1305 gui.def_norm_pixel = gui.norm_pixel; in gui_mch_open()
H A Dgui_w32.c1292 gui.def_norm_pixel = gui.norm_pixel; in gui_mch_def_colors()
5409 gui.def_norm_pixel = gui.norm_pixel; in gui_mch_init()
H A Dhighlight.c1982 *fgp = gui.def_norm_pixel; in set_group_colors()