Home
last modified time | relevance | path

Searched refs:widthMM (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
179 monitor->widthMM = widthMM; in _glfwAllocMonitor()
340 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* handle, int* widthMM, int* heightMM) in glfwGetMonitorPhysicalSize() argument
345 if (widthMM) in glfwGetMonitorPhysicalSize()
346 *widthMM = 0; in glfwGetMonitorPhysicalSize()
352 if (widthMM) in glfwGetMonitorPhysicalSize()
353 *widthMM = monitor->widthMM; in glfwGetMonitorPhysicalSize()
Dx11_monitor.c229 int widthMM, heightMM; in _glfwPlatformGetMonitors() local
241 widthMM = oi->mm_height; in _glfwPlatformGetMonitors()
246 widthMM = oi->mm_width; 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.c56 monitor->widthMM = physicalWidth; 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);
142 const double dpi = mode->width / (widthMM / 25.4);
/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);