HomeSort by relevance Sort by last modified time
    Searched refs:xmotion (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 147 XMotionEvent* xmotion = &xevent.xmotion; variable
148 xmotion->type = MotionNotify;
152 xmotion->x = point.x();
153 xmotion->y = point.y();
154 xmotion->state = button_down_mask;
155 xmotion->same_screen = True;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 341 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.y - mouse_last.y
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgaevents.c 59 xevent.xmotion.dx, xevent.xmotion.dy);
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 588 next_event.xmotion.window == xev->xmotion.window &&
589 next_event.xmotion.subwindow == xev->xmotion.subwindow &&
590 next_event.xmotion.state == xev->xmotion.state) {
884 // above. Using xmotion from XEvent's unions to avoid repeating
886 xevent.xmotion.root = x_root_window_;
887 xevent.xmotion.time = CurrentTime;
889 gfx::Point point(xevent.xmotion.x, xevent.xmotion.y)
    [all...]
  /external/chromium_org/ui/base/x/
events_x.cc 311 if (native_event->xmotion.state &
387 return GetEventFlagsFromXState(native_event->xmotion.state);
439 return base::TimeDelta::FromMilliseconds(native_event->xmotion.time);
475 return gfx::Point(native_event->xmotion.x, native_event->xmotion.y);
532 return gfx::Point(native_event->xmotion.x_root,
533 native_event->xmotion.y_root);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 759 // above. Using xmotion from XEvent's unions to avoid repeating
761 xevent.xmotion.root = x_root_window_;
762 xevent.xmotion.time = CurrentTime;
764 gfx::Point point(xevent.xmotion.x, xevent.xmotion.y);
766 xevent.xmotion.x_root = point.x();
767 xevent.xmotion.y_root = point.y();
    [all...]
x11_whole_screen_move_loop.cc 43 delegate_->OnMouseMovement(&xev->xmotion);
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 137 SDL_NAME(XDGAMotionEvent) xmotion; member in union:__anon26860
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 224 this->handleClick(evt.xmotion.x, evt.xmotion.y,
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 224 this->handleClick(evt.xmotion.x, evt.xmotion.y,
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_gtk.cc 577 XMotionEvent& motion_event = np_event->xmotion;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 983 XMotionEvent xmotion; member in union:_XEvent
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 983 XMotionEvent xmotion; member in union:_XEvent
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 983 XMotionEvent xmotion; member in union:_XEvent
    [all...]

Completed in 449 milliseconds