Lines Matching refs:s_dwc

33 static DWriteContext *s_dwc = NULL;  variable
36 # define IS_ENABLE_DIRECTX() (s_directx_enabled && s_dwc != NULL && enc_utf8)
136 DWriteContext_SetRenderingParams(s_dwc, NULL); in gui_mch_set_rendering_options()
140 DWriteContext_GetRenderingParams(s_dwc, &param); in gui_mch_set_rendering_options()
153 DWriteContext_SetRenderingParams(s_dwc, &param); in gui_mch_set_rendering_options()
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()
384 DWriteContext_BindDC(s_dwc, s_hdc, &rect); in directx_binddc()
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()
3089 DWriteContext_Scroll(s_dwc, 0, -num_lines * gui.char_height, &rc); in gui_mch_delete_lines()
3096 DWriteContext_Flush(s_dwc); in gui_mch_delete_lines()
3134 DWriteContext_Scroll(s_dwc, 0, num_lines * gui.char_height, &rc); in gui_mch_insert_lines()
3141 DWriteContext_Flush(s_dwc); in gui_mch_insert_lines()
3160 DWriteContext_Close(s_dwc); in gui_mch_exit()
3162 s_dwc = NULL; in gui_mch_exit()
6052 DWriteContext_DrawLine(s_dwc, x1, y1, x2, y2, color); in draw_line()
6073 DWriteContext_SetPixel(s_dwc, x, y, color); in set_pixel()
6087 DWriteContext_FillRect(s_dwc, rcp, color); in fill_rect()
6199 DWriteContext_SetFont(s_dwc, (HFONT)gui.currFont); in gui_mch_draw_string()
6312 DWriteContext_DrawText(s_dwc, unicodebuf, wlen, in gui_mch_draw_string()
6421 DWriteContext_Flush(s_dwc); in gui_mch_flush()
8282 DWriteContext_Flush(s_dwc); in gui_mch_drawsign()
8789 DWriteContext_Flush(s_dwc); in netbeans_draw_multisign_indicator()