Searched refs:xmotion (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_interactive_uitest.cc103 xev.xmotion.type = MotionNotify;
104 xev.xmotion.display = display;
105 xev.xmotion.window = host->GetAcceleratedWidget();
106 xev.xmotion.root = DefaultRootWindow(display);
107 xev.xmotion.subwindow = 0;
108 xev.xmotion.time = CurrentTime;
109 xev.xmotion.x = point_in_screen.x() - bounds_in_screen.x();
110 xev.xmotion.y = point_in_screen.y() - bounds_in_screen.y();
111 xev.xmotion.x_root = point_in_screen.x();
112 xev.xmotion
[all...]
H A Dx11_whole_screen_move_loop.cc64 last_xmotion_ = xev->xmotion;
116 // above. Using xmotion from XEvent's unions to avoid repeating
118 xevent.xmotion.root = DefaultRootWindow(xev->xgeneric.display);
119 xevent.xmotion.time = ui::EventTimeFromNative(xev).InMilliseconds();
121 xevent.xmotion.x_root = point.x();
122 xevent.xmotion.y_root = point.y();
H A Ddesktop_window_tree_host_x11.cc1004 // above. Using xmotion from XEvent's unions to avoid repeating
1006 xevent.xmotion.root = x_root_window_;
1007 xevent.xmotion.time = CurrentTime;
1009 gfx::Point point(xevent.xmotion.x, xevent.xmotion.y);
1011 xevent.xmotion.x_root = point.x();
1012 xevent.xmotion.y_root = point.y();
1888 next_event.xmotion.window == xev->xmotion.window &&
1889 next_event.xmotion
[all...]
/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_aurax11.cc125 XMotionEvent* xmotion = &xevent.xmotion; variable
126 xmotion->type = MotionNotify;
127 xmotion->x = root_location.x();
128 xmotion->y = root_location.y();
129 xmotion->state = button_down_mask;
130 xmotion->same_screen = True;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c341 deltax = xevent->xmotion.x - mouse_last.x;
342 deltay = xevent->xmotion.y - mouse_last.y;
346 mouse_last.x = xevent->xmotion.x;
347 mouse_last.y = xevent->xmotion.y;
350 if ( (xevent->xmotion.x < MOUSE_FUDGE_FACTOR) ||
351 (xevent->xmotion.x > (w-MOUSE_FUDGE_FACTOR)) ||
352 (xevent->xmotion.y < MOUSE_FUDGE_FACTOR) ||
353 (xevent->xmotion.y > (h-MOUSE_FUDGE_FACTOR)) ) {
356 deltax = xevent->xmotion.x - mouse_last.x;
357 deltay = xevent->xmotion
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgaevents.c59 xevent.xmotion.dx, xevent.xmotion.dy);
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc156 XMotionEvent* xmotion = &xevent.xmotion; variable
157 xmotion->type = MotionNotify;
158 xmotion->x = root_location.x();
159 xmotion->y = root_location.y();
160 xmotion->state = button_down_mask;
161 xmotion->same_screen = True;
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc339 next_event.xmotion.window == xev->xmotion.window &&
340 next_event.xmotion.subwindow == xev->xmotion.subwindow &&
341 next_event.xmotion.state == xev->xmotion.state) {
592 // above. Using xmotion from XEvent's unions to avoid repeating
594 xevent.xmotion.root = x_root_window_;
595 xevent.xmotion.time = CurrentTime;
597 gfx::Point point(xevent.xmotion
[all...]
/external/chromium_org/ui/events/x/
H A Devents_x.cc393 if (native_event->xmotion.state &
484 return GetEventFlagsFromXState(native_event->xmotion.state);
542 return base::TimeDelta::FromMilliseconds(native_event->xmotion.time);
580 return gfx::Point(native_event->xmotion.x, native_event->xmotion.y);
618 return gfx::Point(native_event->xmotion.x_root,
619 native_event->xmotion.y_root);
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86dga.h137 SDL_NAME(XDGAMotionEvent) xmotion; member in union:__anon29513
/external/chromium_org/third_party/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp233 this->handleClick(evt.xmotion.x, evt.xmotion.y,
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp231 this->handleClick(evt.xmotion.x, evt.xmotion.y,

Completed in 458 milliseconds