Home
last modified time | relevance | path

Searched refs:glfwSetWindowAspectRatio (Results 1 - 5 of 5) sorted by relevance

/third_party/glfw/tests/
H A Dwindow.c303 glfwSetWindowAspectRatio(window, aspect_numer, aspect_denom); in main()
305 glfwSetWindowAspectRatio(window, GLFW_DONT_CARE, GLFW_DONT_CARE); in main()
/third_party/glfw/examples/
H A Dboing.c639 glfwSetWindowAspectRatio(window, 1, 1); in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h2078 * @sa glfwSetWindowAspectRatio
2124 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom);
/third_party/glfw/include/GLFW/
H A Dglfw3.h3548 * @sa @ref glfwSetWindowAspectRatio
3597 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom);
/third_party/glfw/src/
H A Dwindow.c686 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int denom) in glfwSetWindowAspectRatio() function

Completed in 16 milliseconds