Home
last modified time | relevance | path

Searched refs:_glfwPlatformGetMonitorPos (Results 1 – 10 of 10) sorted by relevance

/third_party/glfw/src/
Dmir_monitor.c81 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos() function
Dwl_monitor.c208 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos() function
Dwin32_monitor.c234 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos() function
Dwin32_window.c402 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos); in acquireMonitor()
870 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos); in createNativeWindow()
1292 _glfwPlatformGetMonitorPos(monitor, &xpos, &ypos); in _glfwPlatformSetWindowMonitor()
Dmonitor.c337 _glfwPlatformGetMonitorPos(monitor, xpos, ypos); in glfwGetMonitorPos()
Dinternal.h564 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos);
Dx11_monitor.c314 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos() function
Dcocoa_monitor.m291 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) function
Dcocoa_window.m968 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos);
1285 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos);
Dx11_window.c891 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos); in acquireMonitor()