Searched refs:def_norm_pixel (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_xim.c | 1262 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 D | gui.h | 324 guicolor_T def_norm_pixel; // default Color of normal text member
|
| H A D | gui_x11.c | 302 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 D | gui_gtk_x11.c | 3480 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 D | gui_haiku.cc | 3331 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 D | gui_photon.c | 1305 gui.def_norm_pixel = gui.norm_pixel; in gui_mch_open()
|
| H A D | gui_w32.c | 1292 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 D | highlight.c | 1982 *fgp = gui.def_norm_pixel; in set_group_colors()
|