Searched defs:widthMM (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/glfw/src/ |
D | monitor.c | 175 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM) in _glfwAllocMonitor() 340 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* handle, int* widthMM, int* heightMM) in glfwGetMonitorPhysicalSize()
|
D | x11_monitor.c | 229 int widthMM, heightMM; in _glfwPlatformGetMonitors() local
|
D | internal.h | 403 int widthMM, heightMM; member
|
/third_party/flutter/glfw/tests/ |
D | monitors.c | 87 int count, x, y, widthMM, heightMM, i; in list_modes() local
|
D | events.c | 431 int x, y, widthMM, heightMM; in monitor_callback() local
|