Home
last modified time | relevance | path

Searched refs:glfwGetWindowPos (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/glfw/tests/
Dwindows.c80 glfwGetWindowPos(window, &xpos, &ypos); in key_callback()
Dsharing.c149 glfwGetWindowPos(windows[0], &x, &y); in main()
Diconify.c98 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
/third_party/flutter/glfw/examples/
Dboing.c260 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h1997 GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1986 GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1986 GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos);
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc605 glfwGetWindowPos(flutter_window->window, x, y); in FlutterDesktopWindowGetFrame()
/third_party/flutter/glfw/src/
Dwindow.c450 GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) in glfwGetWindowPos() function
/third_party/flutter/glfw/docs/
Dnews.dox317 The position of a window can now be retrieved using @ref glfwGetWindowPos.
Dwindow.dox628 There is also @ref glfwGetWindowPos for directly retrieving the current position
633 glfwGetWindowPos(window, &xpos, &ypos);