Searched refs:glfwGetMonitorPhysicalSize (Results 1 - 5 of 5) sorted by relevance
/third_party/glfw/tests/ |
H A D | monitors.c | 105 glfwGetMonitorPhysicalSize(monitor, &width_mm, &height_mm); in list_modes()
|
H A D | events.c | 487 glfwGetMonitorPhysicalSize(monitor, &widthMM, &heightMM); in monitor_callback()
|
/third_party/glfw/src/ |
H A D | monitor.c | 362 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* handle, int* widthMM, int* heightMM) in glfwGetMonitorPhysicalSize() function
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 1471 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM);
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 2693 GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM);
|
Completed in 16 milliseconds