Searched defs:heightMM (Results 1 - 5 of 5) sorted by relevance
/third_party/glfw/src/ |
H A D | win32_monitor.c | 66 int widthMM, heightMM; in createMonitor() local
|
H A D | x11_monitor.c | 128 int j, type, widthMM, heightMM; in _glfwPollMonitorsX11() local 218 const int heightMM = DisplayHeightMM(_glfw.x11.display, _glfw.x11.screen); in _glfwPollMonitorsX11() local
|
H A D | monitor.c | 171 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM) in _glfwAllocMonitor() argument 362 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* handle, int* widthMM, int* heightMM) in glfwGetMonitorPhysicalSize() argument
|
H A D | internal.h | 598 int widthMM, heightMM; member
|
/third_party/glfw/tests/ |
H A D | events.c | 483 int x, y, widthMM, heightMM; in monitor_callback() local
|
Completed in 7 milliseconds