Home
last modified time | relevance | path

Searched refs:glfwSetWindowAspectRatio (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/glfw/examples/
Dboing.c637 glfwSetWindowAspectRatio(window, 1, 1); in main()
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h2138 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2124 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2124 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom);
/third_party/flutter/glfw/docs/
Dwindow.dox576 with @ref glfwSetWindowAspectRatio. The user may resize the window freely
581 glfwSetWindowAspectRatio(window, 16, 9);
591 glfwSetWindowAspectRatio(window, width, height);
Dnews.dox38 @ref glfwSetWindowSizeLimits and @ref glfwSetWindowAspectRatio.
/third_party/flutter/glfw/src/
Dwindow.c549 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int denom) in glfwSetWindowAspectRatio() function