Home
last modified time | relevance | path

Searched refs:heightMM (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/glfw/src/
Dmonitor.c175 _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()
Dx11_monitor.c229 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()
Dinternal.h403 int widthMM, heightMM; member
1028 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM);
Dwl_monitor.c57 monitor->heightMM = physicalHeight; in geometry()
/third_party/flutter/glfw/tests/
Dmonitors.c87 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()
Devents.c431 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/
Dmonitor.dox134 int widthMM, heightMM;
135 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h1479 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1471 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1471 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM);