Searched refs:_glfwPlatformSetWindowPos (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/glfw/src/ |
D | internal.h | 657 void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos);
|
D | mir_window.c | 448 void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) in _glfwPlatformSetWindowPos() function
|
D | window.c | 474 _glfwPlatformSetWindowPos(window, xpos, ypos); in glfwSetWindowPos()
|
D | wl_window.c | 481 void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) in _glfwPlatformSetWindowPos() function
|
D | win32_window.c | 1113 void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) in _glfwPlatformSetWindowPos() function
|
D | cocoa_window.m | 1113 void _glfwPlatformSetWindowPos(_GLFWwindow* window, int x, int y) function
|
D | x11_window.c | 1730 void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) in _glfwPlatformSetWindowPos() function
|