Home
last modified time | relevance | path

Searched refs:glfwSetWindowSizeLimits (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2084 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/third_party/glfw/include/GLFW/
Dglfw3.h2098 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/third_party/glfw/docs/
Dwindow.dox558 enforced with @ref glfwSetWindowSizeLimits. The user may resize the window to
563 glfwSetWindowSizeLimits(window, 200, 200, 400, 400);
570 glfwSetWindowSizeLimits(window, 640, 480, GLFW_DONT_CARE, GLFW_DONT_CARE);
Dnews.dox38 @ref glfwSetWindowSizeLimits and @ref glfwSetWindowAspectRatio.
/third_party/glfw/src/
Dwindow.c504 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* handle, in glfwSetWindowSizeLimits() function