Home
last modified time | relevance | path

Searched refs:hicon (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsmouse.c94 HICON hicon; in WIN_CreateCursor() local
138 hicon = CreateIconIndirect(&ii); in WIN_CreateCursor()
143 if (!hicon) { in WIN_CreateCursor()
150 cursor->driverdata = hicon; in WIN_CreateCursor()
152 DestroyIcon(hicon); in WIN_CreateCursor()
186 HICON hicon; in WIN_CreateSystemCursor() local
188 hicon = LoadCursor(NULL, name); in WIN_CreateSystemCursor()
190 cursor->driverdata = hicon; in WIN_CreateSystemCursor()
201 HICON hicon = (HICON)cursor->driverdata; in WIN_FreeCursor() local
203 DestroyIcon(hicon); in WIN_FreeCursor()
DSDL_windowswindow.c405 HICON hicon = NULL; in WIN_SetWindowIcon() local
440 hicon = CreateIconFromResource(icon_bmp, icon_len, TRUE, 0x00030000); in WIN_SetWindowIcon()
446 SendMessage(hwnd, WM_SETICON, ICON_SMALL, (LPARAM) hicon); in WIN_SetWindowIcon()
449 SendMessage(hwnd, WM_SETICON, ICON_BIG, (LPARAM) hicon); in WIN_SetWindowIcon()