Searched refs:glfwSetWindowAspectRatio (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/glfw/examples/ |
D | boing.c | 637 glfwSetWindowAspectRatio(window, 1, 1); in main()
|
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 2138 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 2124 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom);
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 2124 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom);
|
/third_party/flutter/glfw/docs/ |
D | window.dox | 576 with @ref glfwSetWindowAspectRatio. The user may resize the window freely 581 glfwSetWindowAspectRatio(window, 16, 9); 591 glfwSetWindowAspectRatio(window, width, height);
|
D | news.dox | 38 @ref glfwSetWindowSizeLimits and @ref glfwSetWindowAspectRatio.
|
/third_party/flutter/glfw/src/ |
D | window.c | 549 GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int denom) in glfwSetWindowAspectRatio() function
|