Searched refs:XTranslateCoordinates (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Window.cpp | 659 // XTranslateCoordinates to get the coordinates on the screen. in processEvent() 665 XTranslateCoordinates(mDisplay, mWindow, root, 0, 0, &x, &y, &child); in processEvent()
|
/third_party/glfw/src/ |
H A D | x11_window.c | 1514 XTranslateCoordinates(_glfw.x11.display, in processEvent() 1660 XTranslateCoordinates(_glfw.x11.display, in processEvent() 2160 XTranslateCoordinates(_glfw.x11.display, window->x11.handle, _glfw.x11.root, in _glfwGetWindowPosX11()
|
H A D | x11_platform.h | 278 #define XTranslateCoordinates _glfw.x11.xlib.TranslateCoordinates macro
|
Completed in 9 milliseconds