Searched refs:motion (Results 1 - 25 of 113) sorted by relevance

12345

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dusb-common.h49 dmxMotionProcPtr motion,
H A Dusb-keyboard.h43 dmxMotionProcPtr motion,
H A Dusb-mouse.h40 dmxMotionProcPtr motion,
H A Dusb-other.h40 dmxMotionProcPtr motion,
H A Ddmxbackend.h48 dmxMotionProcPtr motion,
H A Dlnx-ms.h43 dmxMotionProcPtr motion,
H A Dlnx-ps2.h43 dmxMotionProcPtr motion,
H A Ddmxconsole.h47 dmxMotionProcPtr motion,
H A Dlnx-keyboard.h55 dmxMotionProcPtr motion,
H A Dusb-mouse.c70 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 Dusb-other.c72 MOTIONPROC motion,
77 usbRead(pDev, motion, enqueue, 0xffff, block);
71 othUSBRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
H A Dusb-common.c78 /** 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 Dlnx-ms.c177 /** 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 Dlnx-ps2.c173 /** 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 Dmouse-codes84 $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 Dtest.c108 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 Dpointblast.c56 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 Dspriteblast.c61 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 Dimage.c103 static void motion(int x, int y) function in typeref:typename:void
156 glutMotionFunc(motion);
H A Dsurface.c175 motion(int x, int y) function in typeref:typename:void
228 glutMotionFunc(motion);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dblinking-teapot.c147 motion (int x, int y) function in typeref:typename:void
177 glutMotionFunc (motion);
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutCallback.cpp55 gState.currentWindow->motion = motionFunc;
H A DglutWindow.h62 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 Dxf86-input-inputtest-protocol.h159 xf86ITEventMotion motion; member in union:__anoned97a079100a
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c67 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

Completed in 25 milliseconds

12345