Searched refs:s_hdc (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_w32.c | 325 static HDC s_hdc = NULL; variable 1687 InvertRect(s_hdc, &rc); in gui_mch_invert_rectangle() 1723 FrameRect(s_hdc, &rc, hbr); in gui_mch_draw_hollow_cursor() 2985 InvertRect(s_hdc, &rc); in gui_mch_flash() 2990 InvertRect(s_hdc, &rc); in gui_mch_flash() 5390 s_hdc = GetDC(s_textArea); in gui_mch_init() 6025 RevOut( HDC s_hdc, in RevOut() argument 6060 LineTo(s_hdc, x2, y2); in draw_line() 6076 SetPixel(s_hdc, x, y, color); in set_pixel() 6097 FillRect(s_hdc, rcp, hbr2); in fill_rect() [all …]
|