Searched refs:glfwSetWindowAspectRatio (Results 1 - 5 of 5) sorted by relevance
/third_party/glfw/tests/ |
H A D | window.c | 303 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 D | boing.c | 639 glfwSetWindowAspectRatio(window, 1, 1); in main()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 2078 * @sa glfwSetWindowAspectRatio 2124 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom);
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 3548 * @sa @ref glfwSetWindowAspectRatio 3597 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom);
|
/third_party/glfw/src/ |
H A D | window.c | 686 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int denom) in glfwSetWindowAspectRatio() function
|
Completed in 17 milliseconds