Home
last modified time | relevance | path

Searched refs:InitValuatorAxisStruct (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Ddarwin.c344 InitValuatorAxisStruct(pPointer, 0, axes_labels[0], in DarwinMouseProc()
347 InitValuatorAxisStruct(pPointer, 1, axes_labels[1], in DarwinMouseProc()
350 InitValuatorAxisStruct(pPointer, 2, axes_labels[2], in DarwinMouseProc()
353 InitValuatorAxisStruct(pPointer, 3, axes_labels[3], in DarwinMouseProc()
356 InitValuatorAxisStruct(pPointer, 4, axes_labels[4], in DarwinMouseProc()
359 InitValuatorAxisStruct(pPointer, 5, axes_labels[5], in DarwinMouseProc()
415 InitValuatorAxisStruct(pPointer, 0, axes_labels[0], in DarwinTabletProc()
418 InitValuatorAxisStruct(pPointer, 1, axes_labels[1], in DarwinTabletProc()
421 InitValuatorAxisStruct(pPointer, 2, axes_labels[2], in DarwinTabletProc()
424 InitValuatorAxisStruct(pPointer, 3, axes_labels[3], in DarwinTabletProc()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c129 InitValuatorAxisStruct(device, 0, axes_labels[0], in xwl_pointer_proc()
131 InitValuatorAxisStruct(device, 1, axes_labels[1], in xwl_pointer_proc()
133 InitValuatorAxisStruct(device, 2, axes_labels[2], in xwl_pointer_proc()
135 InitValuatorAxisStruct(device, 3, axes_labels[3], in xwl_pointer_proc()
187 InitValuatorAxisStruct(device, 0, axes_labels[0], in xwl_pointer_proc_relative()
189 InitValuatorAxisStruct(device, 1, axes_labels[1], in xwl_pointer_proc_relative()
278 InitValuatorAxisStruct(device, 0, axes_labels[0], in xwl_touch_proc()
280 InitValuatorAxisStruct(device, 1, axes_labels[1], in xwl_touch_proc()
329 InitValuatorAxisStruct(device, 0, axes_labels[0], in xwl_tablet_proc()
331 InitValuatorAxisStruct(device, 1, axes_labels[1], in xwl_tablet_proc()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dexevents.h58 extern _X_EXPORT Bool InitValuatorAxisStruct(DeviceIntPtr /* dev */ ,
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxinputinit.c448 InitValuatorAxisStruct(pDevice, i, axis_labels[i], in dmxDeviceOnOff()
460 InitValuatorAxisStruct(pDevice, i, axis_labels[i], in dmxDeviceOnOff()
472 InitValuatorAxisStruct(pDevice, i, in dmxDeviceOnOff()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c1488 return InitValuatorAxisStruct(dev, axnum, label, minval, maxval, resolution, in xf86InitValuatorAxisStruct()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c1363 InitValuatorAxisStruct(dev, i, labels[i], NO_AXIS_LIMITS, in InitValuatorClassDeviceStruct()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c2110 InitValuatorAxisStruct(DeviceIntPtr dev, int axnum, Atom label, int minval, in InitValuatorAxisStruct() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog85902 input: allow for max < min for relative axes on InitValuatorAxisStruct
85915 input: switch InitValuatorAxisStruct to return Bool
150842 Remove calls to InitValuatorAxisStruct -- these are now handled in dix by
166372 to InitValuatorAxisStruct() in dmxinputinit.c.
166373 Terrible hack for now: Call InitValuatorAxisStruct() with hard-coded max
175051 Don't walk off the end of a NULL pointer in InitValuatorAxisStruct.