Home
last modified time | relevance | path

Searched refs:glfwGetMonitorPhysicalSize (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/glfw/docs/
Dmonitor.dox129 retrieved with @ref glfwGetMonitorPhysicalSize. This has no relation to its
135 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM);
Dnews.dox237 glfwGetMonitorPos, @ref glfwGetMonitorName and @ref glfwGetMonitorPhysicalSize,
/third_party/flutter/glfw/tests/
Dmonitors.c92 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM); in list_modes()
Devents.c435 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM); in monitor_callback()
/third_party/flutter/glfw/src/
Dmonitor.c340 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/
Dglfw3.h1471 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/glfw/include/GLFW/
Dglfw3.h1479 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM);
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc115 glfwGetMonitorPhysicalSize(primary_monitor, &primary_monitor_width_mm, in GetScreenCoordinatesPerInch()