Searched refs:rootX (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/glfw/src/ |
D | x11_window.c | 2106 int rootX, rootY, childX, childY; in _glfwPlatformGetCursorPos() local 2111 &rootX, &rootY, &childX, &childY, in _glfwPlatformGetCursorPos()
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 1097 def winfo_containing(self, rootX, rootY, displayof=0): argument 1100 + self._displayof(displayof) + (rootX, rootY)
|