Searched refs:back_pixel (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_x11.c | 1297 gui.back_pixel = gui.def_back_pixel; in gui_mch_init() 1304 gui.back_pixel = gui.def_norm_pixel; in gui_mch_init() 1306 gui.def_back_pixel = gui.back_pixel; in gui_mch_init() 1323 gc_vals.background = gui.back_pixel; in gui_mch_init() 1326 gc_vals.foreground = gui.back_pixel; in gui_mch_init() 1331 gc_vals.foreground = gui.norm_pixel ^ gui.back_pixel; in gui_mch_init() 1332 gc_vals.background = gui.norm_pixel ^ gui.back_pixel; in gui_mch_init() 1509 gc_vals.background = gui.back_pixel; in gui_mch_new_colors() 1513 gc_vals.foreground = gui.back_pixel; in gui_mch_new_colors() 1519 gc_vals.foreground = gui.norm_pixel ^ gui.back_pixel; in gui_mch_new_colors() [all …]
|
| H A D | gui_xim.c | 291 (gui.back_pixel >> 16) & 0xff, in im_preedit_window_open() 292 (gui.back_pixel >> 8) & 0xff, in im_preedit_window_open() 293 gui.back_pixel & 0xff); in im_preedit_window_open() 310 vim_snprintf(buf, sizeof(buf), "#%06X", gui.back_pixel); in im_preedit_window_open() 321 vim_snprintf(buf, sizeof(buf), "#%06X", (unsigned)gui.back_pixel); in im_preedit_window_open()
|
| 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() 1281 : gui.back_pixel; in gui_update_cursor() 1283 xim_fg_color = (attr & HL_INVERSE) ? gui.back_pixel in gui_update_cursor() 1289 : gui.back_pixel; in gui_update_cursor() 1290 xim_fg_color = (attr & HL_INVERSE) ? gui.back_pixel in gui_update_cursor() 2427 bg_color = gui.back_pixel; in gui_outstr_nowrap() 2442 bg_color = gui.back_pixel; in gui_outstr_nowrap() 4751 if (gui.norm_pixel == gui.back_pixel || gui.norm_pixel == INVALCOLOR) in gui_check_colors() 4766 gui.back_pixel = gui_get_color(name); in gui_set_bg_color() [all …]
|
| H A D | gui_gtk_x11.c | 3481 gui.back_pixel = gui.def_back_pixel; in gui_mch_init() 3946 (gui.back_pixel >> 16) & 0xff, in gui_mch_new_colors() 3947 (gui.back_pixel >> 8) & 0xff, in gui_mch_new_colors() 3948 gui.back_pixel & 0xff); in gui_mch_new_colors() 3959 rgba = color_to_rgba(gui.back_pixel); in gui_mch_new_colors() 3974 color.pixel = gui.back_pixel; in gui_mch_new_colors() 6374 color.pixel = gui.back_pixel; in gui_mch_clear_block() 6388 set_cairo_source_rgba_from_color(cr, gui.back_pixel); in gui_mch_clear_block() 6395 set_cairo_source_rgba_from_color(cr, gui.back_pixel); in gui_mch_clear_block() 6426 set_cairo_source_rgba_from_color(cr, gui.back_pixel); in gui_gtk_window_clear() [all …]
|
| H A D | gui_photon.c | 1300 gui.back_pixel = Pg_WHITE; in gui_mch_open() 1306 gui.def_back_pixel = gui.back_pixel; in gui_mch_open() 1970 - gui_get_lightness(gui.back_pixel); in gui_mch_new_colors() 1988 PtSetResource(gui.vimTextArea, Pt_ARG_FILL_COLOR, gui.back_pixel, 0); in gui_mch_new_colors() 2060 gui_mch_set_bg_color(gui.back_pixel); in gui_mch_clear_block() 2078 gui_mch_set_bg_color(gui.back_pixel); in gui_mch_clear_all()
|
| H A D | gui.h | 321 guicolor_T back_pixel; // Color of background member
|
| H A D | gui_haiku.cc | 1198 rgb_color rgb = GUI_TO_RGB(gui.back_pixel); in Draw() 1765 gui_mch_set_bg_color(gui.back_pixel); in mchClearBlock() 1772 gui_mch_set_bg_color(gui.back_pixel); in mchClearAll() 3334 gui.back_pixel = gui.def_back_pixel; in gui_mch_init() 3378 rgb_color rgb = GUI_TO_RGB(gui.back_pixel); in gui_mch_new_colors()
|
| H A D | gui_athena.c | 287 XtNbackground, gui.back_pixel, in gui_x11_create_widgets() 628 XtNbackground, gui.back_pixel, in gui_x11_set_back_color()
|
| H A D | gui_motif.c | 567 XmNbackground, gui.back_pixel, in gui_x11_create_widgets() 640 XmChangeColor(textArea, gui.back_pixel); in gui_x11_set_back_color() 643 XmNbackground, gui.back_pixel, in gui_x11_set_back_color()
|
| H A D | gui_w32.c | 1277 s_brush = CreateSolidBrush(gui.back_pixel); in gui_mch_new_colors() 1291 gui.back_pixel = GetSysColor(COLOR_WINDOW); in gui_mch_def_colors() 1293 gui.def_back_pixel = gui.back_pixel; in gui_mch_def_colors() 5410 gui.def_back_pixel = gui.back_pixel; in gui_mch_init() 6430 fill_rect(rcp, NULL, gui.back_pixel); in clear_rect()
|
| H A D | highlight.c | 1893 &gui.norm_pixel, &gui.back_pixel, in set_normal_colors() 2225 return gui.back_pixel; in color_name2handle()
|
| H A D | terminal.c | 2369 *fg = gui.back_pixel; in term_get_cursor_shape()
|