Home
last modified time | relevance | path

Searched refs:_glfwGetWindowSizeWin32 (Results 1 - 3 of 3) sorted by relevance

/third_party/glfw/src/
H A Dwin32_window.c1490 _glfwGetWindowSizeWin32(window, &window->win32.width, &window->win32.height); in createNativeWindow()
1664 void _glfwGetWindowSizeWin32(_GLFWwindow* window, int* width, int* height) in _glfwGetWindowSizeWin32() function
1743 _glfwGetWindowSizeWin32(window, width, height); in _glfwGetFramebufferSizeWin32()
1753 _glfwGetWindowSizeWin32(window, &width, &height); in _glfwGetWindowFrameSizeWin32()
2172 _glfwGetWindowSizeWin32(window, &width, &height); in _glfwPollEventsWin32()
H A Dwin32_platform.h551 void _glfwGetWindowSizeWin32(_GLFWwindow* window, int* width, int* height);
H A Dwin32_init.c640 .getWindowSize = _glfwGetWindowSizeWin32, in _glfwConnectWin32()

Completed in 6 milliseconds