Home
last modified time | relevance | path

Searched refs:x_root (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/gtk/
DEventSender.cpp181 int x_root, y_root; in mouseDownCallback() local
183 …et_root_coords(GTK_WIDGET(view)->window, lastMousePositionX, lastMousePositionY, &x_root, &y_root); in mouseDownCallback()
185 getRootCoords(GTK_WIDGET(view), &x_root, &y_root); in mouseDownCallback()
188 event.button.x_root = x_root; in mouseDownCallback()
256 int x_root, y_root; in mouseUpCallback() local
258 …et_root_coords(GTK_WIDGET(view)->window, lastMousePositionX, lastMousePositionY, &x_root, &y_root); in mouseUpCallback()
260 getRootCoords(GTK_WIDGET(view), &x_root, &y_root); in mouseUpCallback()
263 event.button.x_root = x_root; in mouseUpCallback()
306 int x_root, y_root; in mouseMoveToCallback() local
308 …et_root_coords(GTK_WIDGET(view)->window, lastMousePositionX, lastMousePositionY, &x_root, &y_root); in mouseMoveToCallback()
[all …]
/external/webkit/WebCore/platform/gtk/
DMouseEventGtk.cpp43 m_globalPosition = IntPoint((int)event->x_root, (int)event->y_root); in PlatformMouseEvent()
82 m_globalPosition = IntPoint((int)motion->x_root, (int)motion->y_root); in PlatformMouseEvent()
DWheelEventGtk.cpp63 m_globalPosition = IntPoint(static_cast<int>(event->x_root), static_cast<int>(event->y_root)); in PlatformWheelEvent()
/external/webkit/WebKit/chromium/src/gtk/
DWebInputEventFactory.cpp332 result.globalX = static_cast<int>(event->x_root); in mouseEvent()
386 result.globalX = static_cast<int>(event->x_root); in mouseEvent()
418 result.globalX = static_cast<int>(event->x_root); in mouseEvent()
459 result.globalX = static_cast<int>(event->x_root); in mouseWheelEvent()
/external/quake/quake/src/WinQuake/
Din_sun.cpp62 int x_root, y_root; variable
116 x_root = x_root_old = vid.width >> 1; in CheckMouseState()
Dvid_sunx.cpp91 extern int x_root, y_root; // root window relative mouse coords
/external/webkit/WebCore/plugins/qt/
DPluginViewQt.cpp293 xEvent->xkey.x_root = 0; in setXKeyEventSpecificFields()
336 xbutton.x_root = event->screenX(); in setXButtonEventSpecificFields()
363 xmotion.x_root = event->screenX(); in setXMotionEventSpecificFields()
379 xcrossing.x_root = event->screenX(); in setXCrossingEventSpecificFields()
/external/webkit/WebCore/plugins/gtk/
DPluginViewGtk.cpp335 xEvent.xkey.x_root = 0; in handleKeyboardEvent()
381 xbutton.x_root = event->screenX(); in setXButtonEventSpecificFields()
408 xmotion.x_root = event->screenX(); in setXMotionEventSpecificFields()
424 xcrossing.x_root = event->screenX(); in setXCrossingEventSpecificFields()
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11events.c519 printf("DGA motion: %d,%d\n", xevent.xmotion.x_root, xevent.xmotion.y_root); in X11_DispatchEvent()
522 xevent.xmotion.x_root, in X11_DispatchEvent()
/external/quake/quake/src/QW/client/
Dgl_vidlinuxglx.c291 mouse_x = event.xmotion.x_root; in GetEvent()
Dgl_vidlinux_x11.c341 mouse_x += x_event.xmotion.x_root; in Mouse_Update()
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
DXF86DGA2.c709 xk->x = xk->y = xk->x_root = xk->y_root = 0; in SDL_NAME()