Lines Matching refs:norm_pixel
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()
1332 gc_vals.background = 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()
1519 gc_vals.foreground = gui.norm_pixel ^ gui.back_pixel; in gui_mch_new_colors()
1520 gc_vals.background = gui.norm_pixel ^ gui.back_pixel; in gui_mch_new_colors()
2295 (XColor*)&gui.norm_pixel, (XColor*)&gui.norm_pixel, 0, 0); in gui_x11_create_blank_mouse()
3222 attrs.colorsymbols[1].pixel = gui.norm_pixel; in gui_mch_register_sign()