Searched refs:HICON (Results 1 – 4 of 4) 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() 855 HICON hVimIcon; in LoadMenuIcon()
|
| /vim-8.2.3635/src/ |
| H A D | os_win32.c | 111 typedef int HICON; typedef 2689 static HICON g_hOrigIconSmall = NULL; 2690 static HICON g_hOrigIcon = NULL; 2691 static HICON g_hVimIcon = NULL; 2712 HICON *phIconSmall, in GetConsoleIcon() 2713 HICON *phIcon) in GetConsoleIcon() 2719 *phIconSmall = (HICON)SendMessage(hWnd, WM_GETICON, in GetConsoleIcon() 2722 *phIcon = (HICON)SendMessage(hWnd, WM_GETICON, in GetConsoleIcon() 2738 HICON hIconSmall, in SetConsoleIcon() 2739 HICON hIcon) in SetConsoleIcon()
|
| H A D | os_mswin.c | 92 typedef int HICON; typedef
|
| H A D | gui_w32.c | 8305 DrawIconEx(s_hdc, x, y, (HICON)sign->hImage, w, h, 0, NULL, DI_NORMAL); in gui_mch_drawsign() 8342 DestroyIcon((HICON)sign->hImage); in close_signicon_image()
|