Home
last modified time | relevance | path

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

/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp133 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 Dclientserver.c444 ni.hIcon = LoadIcon((HINSTANCE)GetModuleHandle(0), "IDR_VIM"); in cmdsrv_main()
H A Dgui_w32.c5264 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 Dos_win32.c2739 HICON hIcon) in SetConsoleIcon() argument
2747 if (hIcon != NULL) in SetConsoleIcon()
2749 (WPARAM)ICON_BIG, (LPARAM) hIcon); in SetConsoleIcon()
H A Dos_mswin.c2132 wndclass.hIcon = NULL; in serverInitMessaging()