Searched refs:heightMM (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/glfw/src/ |
D | monitor.c | 175 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM) in _glfwAllocMonitor() argument 180 monitor->heightMM = heightMM; in _glfwAllocMonitor() 340 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* handle, int* widthMM, int* heightMM) in glfwGetMonitorPhysicalSize() argument 347 if (heightMM) in glfwGetMonitorPhysicalSize() 348 *heightMM = 0; in glfwGetMonitorPhysicalSize() 354 if (heightMM) in glfwGetMonitorPhysicalSize() 355 *heightMM = monitor->heightMM; in glfwGetMonitorPhysicalSize()
|
D | x11_monitor.c | 229 int widthMM, heightMM; in _glfwPlatformGetMonitors() local 242 heightMM = oi->mm_width; in _glfwPlatformGetMonitors() 247 heightMM = oi->mm_height; in _glfwPlatformGetMonitors() 250 monitor = _glfwAllocMonitor(oi->name, widthMM, heightMM); in _glfwPlatformGetMonitors()
|
D | internal.h | 403 int widthMM, heightMM; member 1028 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM);
|
D | wl_monitor.c | 57 monitor->heightMM = physicalHeight; in geometry()
|
/third_party/flutter/glfw/tests/ |
D | monitors.c | 87 int count, x, y, widthMM, heightMM, i; in list_modes() local 92 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM); in list_modes() 101 widthMM, heightMM, mode->width * 25.4f / widthMM); in list_modes()
|
D | events.c | 431 int x, y, widthMM, heightMM; in monitor_callback() local 435 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM); in monitor_callback() 443 widthMM, heightMM); in monitor_callback()
|
/third_party/flutter/glfw/docs/ |
D | monitor.dox | 134 int widthMM, heightMM; 135 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM);
|
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 1479 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 1471 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM);
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 1471 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM);
|