Searched refs:hIcon (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext.cpp | 133 HBITMAP IconToBitmap(HICON hIcon, HBRUSH hBackground, int width, int height) in IconToBitmap() argument 141 DrawIconEx(hMemDC, 0, 0, hIcon, width, height, 0, hBackground, DI_NORMAL); in IconToBitmap() 149 DestroyIcon(hIcon); in IconToBitmap()
|
| /vim-8.2.3635/src/ |
| H A D | clientserver.c | 444 ni.hIcon = LoadIcon((HINSTANCE)GetModuleHandle(0), "IDR_VIM"); in cmdsrv_main()
|
| H A D | gui_w32.c | 5264 wndclassw.hIcon = LoadIcon(wndclassw.hInstance, "IDR_VIM"); in gui_mch_init() 5355 wndclassw.hIcon = NULL; in gui_mch_init() 5380 HANDLE hIcon = NULL; in gui_mch_init() local 5382 if (mch_icon_load(&hIcon) == OK && hIcon != NULL) in gui_mch_init() 5383 SendMessage(s_hwnd, WM_SETICON, ICON_SMALL, (LPARAM)hIcon); in gui_mch_init()
|
| H A D | os_win32.c | 2739 HICON hIcon) in SetConsoleIcon() argument 2747 if (hIcon != NULL) in SetConsoleIcon() 2749 (WPARAM)ICON_BIG, (LPARAM) hIcon); in SetConsoleIcon()
|
| H A D | os_mswin.c | 2132 wndclass.hIcon = NULL; in serverInitMessaging()
|