Searched refs:glfwGetWindowPos (Results 1 - 9 of 9) sorted by relevance
/third_party/glfw/tests/ |
H A D | window.c | 90 glfwGetWindowPos(window, &last_xpos, &last_ypos); in main() 145 glfwGetWindowPos(window, &windowed_x, &windowed_y); in main() 213 glfwGetWindowPos(window, &xpos, &ypos); in main()
|
H A D | tearing.c | 144 glfwGetWindowPos(window, &x, &y); in key_callback()
|
H A D | iconify.c | 111 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
|
H A D | cursor.c | 314 glfwGetWindowPos(window, &x, &y); in key_callback()
|
/third_party/glfw/examples/ |
H A D | sharing.c | 178 glfwGetWindowPos(windows[0], &xpos, &ypos); in main()
|
H A D | boing.c | 262 glfwGetWindowPos(window, &windowed_xpos, &windowed_ypos); in key_callback()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 1986 GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos); 2010 * @sa glfwGetWindowPos
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 3446 GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos); 3474 * @sa @ref glfwGetWindowPos
|
/third_party/glfw/src/ |
H A D | window.c | 582 GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) in glfwGetWindowPos() function
|
Completed in 22 milliseconds