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