Searched refs:firstAxis (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxmotion.c | 108 int firstAxis, int axesCount, int *v, in dmxPointerPutMotionEvent() argument 143 for (i = firstAxis; i < axesCount; i++) { in dmxPointerPutMotionEvent() 145 = (unsigned long) v[i - firstAxis]; in dmxPointerPutMotionEvent() 146 dmxLocal->valuators[i] = v[i - firstAxis]; in dmxPointerPutMotionEvent()
|
| H A D | dmxmotion.h | 46 int firstAxis, int axesCount, int *v,
|
| H A D | dmxevents.h | 40 extern void dmxMotion(DevicePtr pDev, int *v, int firstAxis, int axesCount,
|
| H A D | dmxevents.c | 284 int *v, int firstAxis, int axesCount, in dmxExtMotion() argument 338 xv->first_valuator = firstAxis; in dmxExtMotion() 368 xv->first_valuator = firstAxis + i; in dmxExtMotion() 390 valuator_mask_set_range(&mask, firstAxis, axesCount, v); in dmxExtMotion()
|
| H A D | dmxinputinit.h | 149 int firstAxis,
|