Searched refs:createIcon (Results 1 - 1 of 1) sorted by relevance
/third_party/glfw/src/ |
H A D | win32_window.c | 101 static HICON createIcon(const GLFWimage* image, int xhot, int yhot, GLFWbool icon) in createIcon() function 1338 _glfw.win32.blankCursor = createIcon(&cursorImage, 0, 0, FALSE); in createNativeWindow() 1608 bigIcon = createIcon(bigImage, 0, 0, GLFW_TRUE); in _glfwSetWindowIconWin32() 1609 smallIcon = createIcon(smallImage, 0, 0, GLFW_TRUE); in _glfwSetWindowIconWin32() 2294 cursor->win32.handle = (HCURSOR) createIcon(image, xhot, yhot, GLFW_FALSE); in _glfwCreateCursorWin32()
|
Completed in 4 milliseconds