Home
last modified time | relevance | path

Searched refs:HICON (Results 1 – 4 of 4) 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()
855 HICON hVimIcon; in LoadMenuIcon()
/vim-8.2.3635/src/
H A Dos_win32.c111 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 Dos_mswin.c92 typedef int HICON; typedef
H A Dgui_w32.c8305 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()