| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | usb-common.h | 49 dmxMotionProcPtr motion,
|
| H A D | usb-keyboard.h | 43 dmxMotionProcPtr motion,
|
| H A D | usb-mouse.h | 40 dmxMotionProcPtr motion,
|
| H A D | usb-other.h | 40 dmxMotionProcPtr motion,
|
| H A D | dmxbackend.h | 48 dmxMotionProcPtr motion,
|
| H A D | lnx-ms.h | 43 dmxMotionProcPtr motion,
|
| H A D | lnx-ps2.h | 43 dmxMotionProcPtr motion,
|
| H A D | dmxconsole.h | 47 dmxMotionProcPtr motion,
|
| H A D | lnx-keyboard.h | 55 dmxMotionProcPtr motion,
|
| H A D | usb-mouse.c | 70 MOTIONPROC motion, 75 usbRead(pDev, motion, enqueue, BTN_MISC, block); 69 mouUSBRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
|
| H A D | usb-other.c | 72 MOTIONPROC motion, 77 usbRead(pDev, motion, enqueue, 0xffff, block); 71 othUSBRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
|
| H A D | usb-common.c | 78 /** Read an event from the \a pDev device. If the event is a motion 79 * event, enqueue it with the \a motion function. Otherwise, enqueue 88 MOTIONPROC motion, 129 motion(pDev, v, 0, 2, DMX_RELATIVE, block); 134 motion(pDev, v, 0, 2, DMX_RELATIVE, block); 149 motion(pDev, v, axis, 1, DMX_RELATIVE, block); 156 motion(pDev, v, axis, 1, DMX_ABSOLUTE, block); 87 usbRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,int minButton,BLOCK block) argument
|
| H A D | lnx-ms.c | 177 /** Read an event from the \a pDev device. If the event is a motion 178 * event, enqueue it with the \a motion function. Otherwise, check for 184 MOTIONPROC motion, 203 motion(pDev, v, 0, 2, 1, block); 183 msLinuxRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
|
| H A D | lnx-ps2.c | 173 /** Read an event from the \a pDev device. If the event is a motion 174 * event, enqueue it with the \a motion function. Otherwise, check for 179 void ps2LinuxRead(DevicePtr pDev, MOTIONPROC motion, argument 196 motion(pDev, v, 0, 2, 1, block);
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | mouse-codes | 84 $result = " + motion" if ( $code != 0 ); 91 my $motion; 95 for $motion ( 0 .. 1 ) { 99 $result += 32 if ( $motion != 0 ); 114 &KeyState($states), &Motion($motion);
|
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | test.c | 108 XDeviceMotionEvent *motion = (XDeviceMotionEvent *) &Event; local in function:print_events 110 printf("motion "); 112 for(loop=0; loop<motion->axes_count; loop++) { 113 printf("a[%d]=%d ", motion->first_axis + loop, motion->axis_data[loop]);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | pointblast.c | 56 static int animate = 1, motion = 0; variable in typeref:typename:int 92 motion = 1; 123 motion = 0; 147 motion = 1; 151 if (!motion && !spin) { 175 if (animate && (motion || spin)) { 315 if (animate && (spin || motion)) { 346 if (animate && (motion || spin)) {
|
| H A D | spriteblast.c | 61 static int animate = 1, motion = 0, org = 0, sprite = 1, smooth = 1; variable in typeref:typename:int 154 motion = 1; 185 motion = 0; 209 motion = 1; 213 if (!motion && !spin) { 236 if (animate && (motion || spin)) { 400 if (animate && (spin || motion)) { 431 if (animate && (motion || spin)) {
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | image.c | 103 static void motion(int x, int y) function in typeref:typename:void 156 glutMotionFunc(motion);
|
| H A D | surface.c | 175 motion(int x, int y) function in typeref:typename:void 228 glutMotionFunc(motion);
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | blinking-teapot.c | 147 motion (int x, int y) function in typeref:typename:void 177 glutMotionFunc (motion);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutCallback.cpp | 55 gState.currentWindow->motion = motionFunc;
|
| H A D | glutWindow.h | 62 GLUTmotionCB motion; /* motion (x,y) */ member in class:GlutWindow 63 GLUTpassiveCB passive; /* passive motion (x,y) */ 74 bool motionEvent; // call motion 85 int motionX, motionY; // for motion callback
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/ |
| H A D | xf86-input-inputtest-protocol.h | 159 xf86ITEventMotion motion; member in union:__anoned97a079100a
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_xv.c | 67 Bool motion, 66 ephyr_glamor_xv_query_best_size(KdScreenInfo * screen,Bool motion,short vid_w,short vid_h,short drw_w,short drw_h,unsigned int * p_w,unsigned int * p_h,void * data) argument
|