Searched refs:norm_pixel (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_x11.c | 1296 gui.norm_pixel = gui.def_norm_pixel; in gui_mch_init() 1301 > gui_get_lightness(gui.norm_pixel)) in gui_mch_init() 1303 gui.norm_pixel = gui.def_back_pixel; in gui_mch_init() 1305 gui.def_norm_pixel = gui.norm_pixel; in gui_mch_init() 1322 gc_vals.foreground = gui.norm_pixel; in gui_mch_init() 1327 gc_vals.background = gui.norm_pixel; in gui_mch_init() 1331 gc_vals.foreground = gui.norm_pixel ^ gui.back_pixel; in gui_mch_init() 1508 gc_vals.foreground = gui.norm_pixel; in gui_mch_new_colors() 1514 gc_vals.background = gui.norm_pixel; in gui_mch_new_colors() 2295 (XColor*)&gui.norm_pixel, (XColor*)&gui.norm_pixel, 0, 0); in gui_x11_create_blank_mouse() [all …]
|
| H A D | gui.c | 1268 cfg = (attr & HL_INVERSE) ? gui.back_pixel : gui.norm_pixel; in gui_update_cursor() 1270 cbg = (attr & HL_INVERSE) ? gui.norm_pixel : gui.back_pixel; in gui_update_cursor() 1280 xim_bg_color = (attr & HL_INVERSE) ? gui.norm_pixel in gui_update_cursor() 1284 : gui.norm_pixel; in gui_update_cursor() 1288 xim_bg_color = (attr & HL_INVERSE) ? gui.norm_pixel in gui_update_cursor() 1291 : gui.norm_pixel; in gui_update_cursor() 2439 fg_color = gui.norm_pixel; in gui_outstr_nowrap() 2449 fg_color = gui.norm_pixel; in gui_outstr_nowrap() 4748 if (gui.norm_pixel == gui.back_pixel || gui.norm_pixel == INVALCOLOR) in gui_check_colors() 4751 if (gui.norm_pixel == gui.back_pixel || gui.norm_pixel == INVALCOLOR) in gui_check_colors() [all …]
|
| H A D | gui_xim.c | 288 (gui.norm_pixel >> 16) & 0xff, in im_preedit_window_open() 289 (gui.norm_pixel >> 8) & 0xff, in im_preedit_window_open() 290 gui.norm_pixel & 0xff, in im_preedit_window_open() 306 vim_snprintf(buf, sizeof(buf), "#%06X", gui.norm_pixel); in im_preedit_window_open() 317 vim_snprintf(buf, sizeof(buf), "#%06X", (unsigned)gui.norm_pixel); in im_preedit_window_open()
|
| H A D | gui.h | 322 guicolor_T norm_pixel; // Color of normal text member
|
| H A D | gui_photon.c | 1299 gui.norm_pixel = Pg_BLACK; in gui_mch_open() 1305 gui.def_norm_pixel = gui.norm_pixel; in gui_mch_open() 2163 PgSetUnderline(gui.norm_pixel, Pg_TRANSPARENT, 0); in gui_mch_draw_string()
|
| H A D | gui_gtk_x11.c | 3480 gui.norm_pixel = gui.def_norm_pixel; in gui_mch_init() 6006 values.foreground.pixel = gui.norm_pixel ^ gui.back_pixel; in gui_mch_flash() 6007 values.background.pixel = gui.norm_pixel ^ gui.back_pixel; in gui_mch_flash() 6054 set_cairo_source_rgba_from_color(cr, gui.norm_pixel ^ gui.back_pixel); in gui_mch_invert_rectangle() 6074 values.foreground.pixel = gui.norm_pixel ^ gui.back_pixel; in gui_mch_invert_rectangle() 6075 values.background.pixel = gui.norm_pixel ^ gui.back_pixel; in gui_mch_invert_rectangle()
|
| H A D | highlight.c | 1893 &gui.norm_pixel, &gui.back_pixel, in set_normal_colors() 2210 return gui.norm_pixel; in color_name2handle()
|
| H A D | gui_w32.c | 1290 gui.norm_pixel = GetSysColor(COLOR_WINDOWTEXT); in gui_mch_def_colors() 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 | gui_motif.c | 566 XmNforeground, gui.norm_pixel, in gui_x11_create_widgets()
|
| H A D | gui_haiku.cc | 3333 gui.norm_pixel = gui.def_norm_pixel; in gui_mch_init()
|
| H A D | terminal.c | 2376 *bg = gui.norm_pixel; in term_get_cursor_shape()
|