Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c33 static DWriteContext *s_dwc = NULL; variable
365 if (s_dwc != NULL) in directx_enabled()
372 s_dwc = DWriteContext_Open(); in directx_enabled()
374 return s_dwc != NULL ? 1 : 0; in directx_enabled()
1677 DWriteContext_Flush(s_dwc); in gui_mch_invert_rectangle()
1710 DWriteContext_Flush(s_dwc); in gui_mch_draw_hollow_cursor()
2975 DWriteContext_Flush(s_dwc); in gui_mch_flash()
3162 s_dwc = NULL; in gui_mch_exit()
6421 DWriteContext_Flush(s_dwc); in gui_mch_flush()
8282 DWriteContext_Flush(s_dwc); in gui_mch_drawsign()
[all …]