Searched refs:hicon (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsmouse.c | 94 HICON hicon; in WIN_CreateCursor() local 139 hicon = CreateIconIndirect(&ii); in WIN_CreateCursor() 144 if (!hicon) { in WIN_CreateCursor() 151 cursor->driverdata = hicon; in WIN_CreateCursor() 153 DestroyIcon(hicon); in WIN_CreateCursor() 187 HICON hicon; in WIN_CreateSystemCursor() local 189 hicon = LoadCursor(NULL, name); in WIN_CreateSystemCursor() 191 cursor->driverdata = hicon; in WIN_CreateSystemCursor() 202 HICON hicon = (HICON)cursor->driverdata; in WIN_FreeCursor() local 204 DestroyIcon(hicon); in WIN_FreeCursor()
|
A D | SDL_windowswindow.c | 451 HICON hicon = NULL; in WIN_SetWindowIcon() local 491 hicon = CreateIconFromResource(icon_bmp, icon_len, TRUE, 0x00030000); in WIN_SetWindowIcon() 497 SendMessage(hwnd, WM_SETICON, ICON_SMALL, (LPARAM) hicon); in WIN_SetWindowIcon() 500 SendMessage(hwnd, WM_SETICON, ICON_BIG, (LPARAM) hicon); in WIN_SetWindowIcon()
|
Completed in 5 milliseconds