Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c53 int dx_flags = 0; in gui_mch_set_rendering_options() local
86 dx_flags |= 1 << 0; in gui_mch_set_rendering_options()
91 dx_flags |= 1 << 1; in gui_mch_set_rendering_options()
96 dx_flags |= 1 << 2; in gui_mch_set_rendering_options()
101 dx_flags |= 1 << 3; in gui_mch_set_rendering_options()
108 dx_flags |= 1 << 4; in gui_mch_set_rendering_options()
115 dx_flags |= 1 << 5; in gui_mch_set_rendering_options()
137 if (dx_flags) in gui_mch_set_rendering_options()
141 if (dx_flags & (1 << 0)) in gui_mch_set_rendering_options()
143 if (dx_flags & (1 << 1)) in gui_mch_set_rendering_options()
[all …]