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

  /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/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 366 XMotionEvent& xmotion = xEvent->xmotion; local
367 xmotion.type = MotionNotify;
368 xmotion.root = getRootWindow(parentFrame);
369 xmotion.subwindow = 0;
370 xmotion.time = event->timeStamp();
371 xmotion.x = postZoomPos.x();
372 xmotion.y = postZoomPos.y();
373 xmotion.x_root = event->screenX();
374 xmotion.y_root = event->screenY()
    [all...]
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 513 XMotionEvent& xmotion = xEvent->xmotion; local
514 xmotion.type = MotionNotify;
515 xmotion.root = QX11Info::appRootWindow();
516 xmotion.subwindow = 0;
517 xmotion.time = event->timeStamp();
518 xmotion.x = postZoomPos.x();
519 xmotion.y = postZoomPos.y();
520 xmotion.x_root = event->screenX();
521 xmotion.y_root = event->screenY()
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidlinux_x11.c 341 mouse_x += x_event.xmotion.x_root;
342 mouse_y += x_event.xmotion.y_root;
344 mouse_x += (float) ((int)x_event.xmotion.x - (int)(scr_width/2));
345 mouse_y += (float) ((int)x_event.xmotion.y - (int)(scr_height/2));
352 mouse_x = (float) (x_event.xmotion.x-p_mouse_x);
353 mouse_y = (float) (x_event.xmotion.y-p_mouse_y);
354 p_mouse_x=x_event.xmotion.x;
355 p_mouse_y=x_event.xmotion.y;
gl_vidlinuxglx.c 291 mouse_x = event.xmotion.x_root;
292 mouse_y = event.xmotion.y_root;
297 mouse_x = (float) ((int)event.xmotion.x - (int)(vid.width/2));
298 mouse_y = (float) ((int)event.xmotion.y - (int)(vid.height/2));
vid_x.c 806 mouse_x = (float) ((int)x_event.xmotion.x - (int)(vid.width/2));
807 mouse_y = (float) ((int)x_event.xmotion.y - (int)(vid.height/2));
809 // x_event.xmotion.x, x_event.xmotion.y, mouse_x, mouse_y);
823 mouse_x = (float) (x_event.xmotion.x-p_mouse_x);
824 mouse_y = (float) (x_event.xmotion.y-p_mouse_y);
825 p_mouse_x=x_event.xmotion.x;
826 p_mouse_y=x_event.xmotion.y;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 137 SDL_NAME(XDGAMotionEvent) xmotion; member in union:__anon13428
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 123 this->handleClick(evt.xmotion.x, evt.xmotion.y, SkView::Click::kMoved_State);
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 356 mx += (event.xmotion.x + win_x) * 2;
357 my += (event.xmotion.y + win_y) * 2;
361 mx += ((int)event.xmotion.x - mwx) * 2;
362 my += ((int)event.xmotion.y - mwy) * 2;
363 mwx = event.xmotion.x;
364 mwy = event.xmotion.y;
vid_sunx.cpp 951 mouse_x = (float) ((int)x_event.xmotion.x - (int)(vid.width/2));
952 mouse_y = (float) ((int)x_event.xmotion.y - (int)(vid.height/2));
954 // x_event.xmotion.x, x_event.xmotion.y, mouse_x, mouse_y);
961 mouse_x = (float) (x_event.xmotion.x-p_mouse_x);
962 mouse_y = (float) (x_event.xmotion.y-p_mouse_y);
963 p_mouse_x=x_event.xmotion.x;
964 p_mouse_y=x_event.xmotion.y;
vid_sunxil.cpp 844 mouse_x = (float) ((int)x_event.xmotion.x - (int)(vid.width/2));
845 mouse_y = (float) ((int)x_event.xmotion.y - (int)(vid.height/2));
847 // x_event.xmotion.x, x_event.xmotion.y, mouse_x, mouse_y);
855 mouse_x = (float) (x_event.xmotion.x-p_mouse_x);
856 mouse_y = (float) (x_event.xmotion.y-p_mouse_y);
857 p_mouse_x=x_event.xmotion.x;
858 p_mouse_y=x_event.xmotion.y;
vid_x.cpp 881 mouse_x = (float) ((int)x_event.xmotion.x - (int)(vid.width/2));
882 mouse_y = (float) ((int)x_event.xmotion.y - (int)(vid.height/2));
884 // x_event.xmotion.x, x_event.xmotion.y, mouse_x, mouse_y);
898 mouse_x = (float) (x_event.xmotion.x-p_mouse_x);
899 mouse_y = (float) (x_event.xmotion.y-p_mouse_y);
900 p_mouse_x=x_event.xmotion.x;
901 p_mouse_y=x_event.xmotion.y;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 298 XMotionEvent& xMotion = xEvent.xmotion;
299 setCommonMouseEventFields(xMotion, webEvent, pluginLocation);
300 xMotion.type = MotionNotify;
  /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 177 milliseconds