Home
last modified time | relevance | path

Searched refs:smallIcon (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/glfw/src/
Dwin32_window.c1045 if (window->win32.smallIcon) in _glfwPlatformDestroyWindow()
1046 DestroyIcon(window->win32.smallIcon); in _glfwPlatformDestroyWindow()
1066 HICON bigIcon = NULL, smallIcon = NULL; in _glfwPlatformSetWindowIcon() local
1078 smallIcon = createIcon(smallImage, 0, 0, GLFW_TRUE); in _glfwPlatformSetWindowIcon()
1083 smallIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICONSM); in _glfwPlatformSetWindowIcon()
1087 SendMessage(window->win32.handle, WM_SETICON, ICON_SMALL, (LPARAM) smallIcon); in _glfwPlatformSetWindowIcon()
1092 if (window->win32.smallIcon) in _glfwPlatformSetWindowIcon()
1093 DestroyIcon(window->win32.smallIcon); in _glfwPlatformSetWindowIcon()
1098 window->win32.smallIcon = smallIcon; in _glfwPlatformSetWindowIcon()
Dwin32_platform.h234 HICON smallIcon; member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/
DnotificationRequest.js44 smallIcon: PixelMapMock, property