Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c59 int dx_taamode = 0; in gui_mch_set_rendering_options() local
116 dx_taamode = atoi((char *)value); in gui_mch_set_rendering_options()
117 if (dx_taamode < 0 || dx_taamode > 3) in gui_mch_set_rendering_options()
152 param.textAntialiasMode = dx_taamode; in gui_mch_set_rendering_options()