Searched refs:glfwGetMonitorPhysicalSize (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/glfw/docs/ |
D | monitor.dox | 129 retrieved with @ref glfwGetMonitorPhysicalSize. This has no relation to its 135 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM);
|
D | news.dox | 237 glfwGetMonitorPos, @ref glfwGetMonitorName and @ref glfwGetMonitorPhysicalSize,
|
/third_party/flutter/glfw/tests/ |
D | monitors.c | 92 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM); in list_modes()
|
D | events.c | 435 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM); in monitor_callback()
|
/third_party/flutter/glfw/src/ |
D | monitor.c | 340 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* handle, int* widthMM, int* heightMM) in glfwGetMonitorPhysicalSize() function
|
/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);
|
/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/glfw/include/GLFW/ |
D | glfw3.h | 1479 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM);
|
/third_party/flutter/engine/flutter/shell/platform/glfw/ |
D | flutter_glfw.cc | 115 glfwGetMonitorPhysicalSize(primary_monitor, &primary_monitor_width_mm, in GetScreenCoordinatesPerInch()
|