Home
last modified time | relevance | path

Searched refs:glfwGetWindowFrameSize (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/glfw/tests/
Dwindows.c139 glfwGetWindowFrameSize(windows[i], &left, &top, &right, &bottom); in main()
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc610 glfwGetWindowFrameSize(flutter_window->window, &frame_left, &frame_top, in FlutterDesktopWindowGetFrame()
634 glfwGetWindowFrameSize(flutter_window->window, &frame_left, &frame_top, in FlutterDesktopWindowSetFrame()
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h2242 GLFWAPI void glfwGetWindowFrameSize(GLFWwindow* window, int* left, int* top, int* right, int* botto…
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2228 GLFWAPI void glfwGetWindowFrameSize(GLFWwindow* window, int* left, int* top, int* right, int* botto…
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2228 GLFWAPI void glfwGetWindowFrameSize(GLFWwindow* window, int* left, int* top, int* right, int* botto…
/third_party/flutter/glfw/src/
Dwindow.c590 GLFWAPI void glfwGetWindowFrameSize(GLFWwindow* handle, in glfwGetWindowFrameSize() function
/third_party/flutter/glfw/docs/
Dnews.dox132 client area of a window, with @ref glfwGetWindowFrameSize.
Dwindow.dox505 retrieve the extents of these with @ref glfwGetWindowFrameSize.
509 glfwGetWindowFrameSize(window, &left, &top, &right, &bottom);