/third_party/flutter/glfw/src/ |
D | wl_monitor.c | 52 struct _GLFWmonitor *monitor = data; in geometry() 67 struct _GLFWmonitor *monitor = data; in mode() 91 struct _GLFWmonitor *monitor = data; in done() 100 struct _GLFWmonitor *monitor = data; in scale() 119 _GLFWmonitor *monitor; in _glfwAddOutputWayland() 155 _GLFWmonitor** monitors = _glfw.wl.monitors; in _glfwAddOutputWayland() 158 monitors = realloc(monitors, size * sizeof(_GLFWmonitor*)); in _glfwAddOutputWayland() 172 _GLFWmonitor** _glfwPlatformGetMonitors(int* count) in _glfwPlatformGetMonitors() 174 _GLFWmonitor** monitors; in _glfwPlatformGetMonitors() 175 _GLFWmonitor* monitor; in _glfwPlatformGetMonitors() [all …]
|
D | monitor.c | 63 static GLFWbool refreshVideoModes(_GLFWmonitor* monitor) in refreshVideoModes() 92 _GLFWmonitor** monitors = _glfw.monitors; in _glfwInputMonitorChange() 165 void _glfwInputMonitorWindowChange(_GLFWmonitor* monitor, _GLFWwindow* window) in _glfwInputMonitorWindowChange() 175 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM) in _glfwAllocMonitor() 177 _GLFWmonitor* monitor = calloc(1, sizeof(_GLFWmonitor)); in _glfwAllocMonitor() 185 void _glfwFreeMonitor(_GLFWmonitor* monitor) in _glfwFreeMonitor() 215 void _glfwFreeMonitors(_GLFWmonitor** monitors, int count) in _glfwFreeMonitors() 225 const GLFWvidmode* _glfwChooseVideoMode(_GLFWmonitor* monitor, in _glfwChooseVideoMode() 327 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; in glfwGetMonitorPos() 342 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; in glfwGetMonitorPhysicalSize() [all …]
|
D | mir_monitor.c | 36 _GLFWmonitor** _glfwPlatformGetMonitors(int* count) in _glfwPlatformGetMonitors() 39 _GLFWmonitor** monitors = NULL; in _glfwPlatformGetMonitors() 55 monitors = realloc(monitors, sizeof(_GLFWmonitor*) * found); in _glfwPlatformGetMonitors() 76 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second) in _glfwPlatformIsSameMonitor() 81 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos() 122 GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found) in _glfwPlatformGetVideoModes() 154 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwPlatformGetVideoMode() 159 void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwPlatformGetGammaRamp() 165 void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwPlatformSetGammaRamp() 178 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; in glfwGetMirMonitor()
|
D | win32_monitor.c | 38 static _GLFWmonitor* createMonitor(DISPLAY_DEVICEW* adapter, in createMonitor() 41 _GLFWmonitor* monitor; in createMonitor() 95 GLFWbool _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const GLFWvidmode* desired) in _glfwSetVideoModeWin32() 134 void _glfwRestoreVideoModeWin32(_GLFWmonitor* monitor) in _glfwRestoreVideoModeWin32() 149 _GLFWmonitor** _glfwPlatformGetMonitors(int* count) in _glfwPlatformGetMonitors() 155 _GLFWmonitor** monitors = NULL; in _glfwPlatformGetMonitors() 208 monitors = realloc(monitors, sizeof(_GLFWmonitor*) * found); in _glfwPlatformGetMonitors() 215 monitors = realloc(monitors, sizeof(_GLFWmonitor*) * found); in _glfwPlatformGetMonitors() 226 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second) in _glfwPlatformIsSameMonitor() 234 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos() [all …]
|
D | internal.h | 59 typedef struct _GLFWmonitor _GLFWmonitor; typedef 357 _GLFWmonitor* monitor; 398 struct _GLFWmonitor struct 444 _GLFWmonitor** monitors; 549 _GLFWmonitor** _glfwPlatformGetMonitors(int* count); 559 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second); 564 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos); 569 GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count); 573 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode); 578 void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp); [all …]
|
D | x11_monitor.c | 100 GLFWbool _glfwSetVideoModeX11(_GLFWmonitor* monitor, const GLFWvidmode* desired) in _glfwSetVideoModeX11() 167 void _glfwRestoreVideoModeX11(_GLFWmonitor* monitor) in _glfwRestoreVideoModeX11() 201 _GLFWmonitor** _glfwPlatformGetMonitors(int* count) in _glfwPlatformGetMonitors() 204 _GLFWmonitor** monitors = NULL; in _glfwPlatformGetMonitors() 217 monitors = calloc(sr->noutput, sizeof(_GLFWmonitor*)); in _glfwPlatformGetMonitors() 230 _GLFWmonitor* monitor; in _glfwPlatformGetMonitors() 296 monitors = calloc(1, sizeof(_GLFWmonitor*)); in _glfwPlatformGetMonitors() 309 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second) in _glfwPlatformIsSameMonitor() 314 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos() 334 GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count) in _glfwPlatformGetVideoModes() [all …]
|
D | cocoa_monitor.m | 167 GLFWbool _glfwSetVideoModeNS(_GLFWmonitor* monitor, const GLFWvidmode* desired) 225 void _glfwRestoreVideoModeNS(_GLFWmonitor* monitor) 244 _GLFWmonitor** _glfwPlatformGetMonitors(int* count) 247 _GLFWmonitor** monitors; 254 monitors = calloc(displayCount, sizeof(_GLFWmonitor*)); 260 _GLFWmonitor* monitor; 284 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second) 291 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) 301 GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count) 343 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode *mode) [all …]
|
D | cocoa_platform.h | 147 GLFWbool _glfwSetVideoModeNS(_GLFWmonitor* monitor, const GLFWvidmode* desired); 148 void _glfwRestoreVideoModeNS(_GLFWmonitor* monitor);
|
D | wl_platform.h | 97 _GLFWmonitor** monitors; 128 _GLFWmonitor** monitors;
|
D | x11_platform.h | 282 GLFWbool _glfwSetVideoModeX11(_GLFWmonitor* monitor, const GLFWvidmode* desired); 283 void _glfwRestoreVideoModeX11(_GLFWmonitor* monitor);
|
D | win32_platform.h | 347 GLFWbool _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const GLFWvidmode* desired); 348 void _glfwRestoreVideoModeWin32(_GLFWmonitor* monitor);
|
D | wl_window.c | 136 _GLFWmonitor* monitor = wl_output_get_user_data(output); in handleEnter() 143 window->wl.monitorsSize * sizeof(_GLFWmonitor*)); in handleEnter() 156 _GLFWmonitor* monitor = wl_output_get_user_data(output); in handleLeave() 420 window->wl.monitors = calloc(1, sizeof(_GLFWmonitor*)); in _glfwPlatformCreateWindow() 596 _GLFWmonitor* monitor, in _glfwPlatformSetWindowMonitor()
|
D | init.c | 161 _GLFWmonitor* monitor = _glfw.monitors[i]; in glfwTerminate()
|
D | window.c | 109 void _glfwInputWindowMonitorChange(_GLFWwindow* window, _GLFWmonitor* monitor) in _glfwInputWindowMonitorChange() 176 window->monitor = (_GLFWmonitor*) monitor; in glfwCreateWindow() 741 _GLFWmonitor* monitor = (_GLFWmonitor*) mh; in glfwSetWindowMonitor()
|
D | mir_window.c | 521 _GLFWmonitor* monitor, in _glfwPlatformSetWindowMonitor()
|
D | wl_init.c | 581 _glfw.wl.monitors = calloc(4, sizeof(_GLFWmonitor*)); in _glfwPlatformInit()
|
D | win32_window.c | 1245 _GLFWmonitor* monitor, in _glfwPlatformSetWindowMonitor()
|
D | x11_window.c | 1962 _GLFWmonitor* monitor, in _glfwPlatformSetWindowMonitor()
|
D | cocoa_window.m | 1243 _GLFWmonitor* monitor,
|