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

  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 125 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/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 156 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/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 137 SDL_NAME(XDGAMotionEvent) xmotion; member in union:__anon13204
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 989 XMotionEvent xmotion; member in union:_XEvent
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 989 XMotionEvent xmotion; member in union:_XEvent
    [all...]

Completed in 1086 milliseconds