Searched refs:_glfwPlatformGetMonitorPos (Results 1 – 10 of 10) sorted by relevance
/third_party/glfw/src/ |
D | mir_monitor.c | 81 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos() function
|
D | wl_monitor.c | 208 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos() function
|
D | win32_monitor.c | 234 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos() function
|
D | win32_window.c | 402 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos); in acquireMonitor() 870 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos); in createNativeWindow() 1292 _glfwPlatformGetMonitorPos(monitor, &xpos, &ypos); in _glfwPlatformSetWindowMonitor()
|
D | monitor.c | 337 _glfwPlatformGetMonitorPos(monitor, xpos, ypos); in glfwGetMonitorPos()
|
D | internal.h | 564 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos);
|
D | x11_monitor.c | 314 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos() function
|
D | cocoa_monitor.m | 291 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) function
|
D | cocoa_window.m | 968 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos); 1285 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos);
|
D | x11_window.c | 891 _glfwPlatformGetMonitorPos(window->monitor, &xpos, &ypos); in acquireMonitor()
|