Home
last modified time | relevance | path

Searched refs:xf86ScaleAxis (Results 1 – 25 of 32) sorted by relevance

12

/dports/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3/src/
H A Dbsd_mouse.c834 v = xf86ScaleAxis(v, acol->xmax, acol->xmin, in usbReadInput()
837 v = xf86ScaleAxis(v, acol->xmax, acol->xmin, in usbReadInput()
846 v = xf86ScaleAxis(v, acol->ymax, acol->ymin, in usbReadInput()
849 v = xf86ScaleAxis(v, acol->ymax, acol->ymin, in usbReadInput()
865 v = xf86ScaleAxis(v, acol->pmax, acol->pmin, in usbReadInput()
868 v = xf86ScaleAxis(v, acol->pmax, acol->pmin, in usbReadInput()
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/src/
H A DwcmCommon.c528 *x = xf86ScaleAxis(*x, axis_x->max_value, axis_x->min_value, in wcmRotateAndScaleCoordinates()
532 *y = xf86ScaleAxis(*y, axis_y->max_value, axis_y->min_value, in wcmRotateAndScaleCoordinates()
541 *x = xf86ScaleAxis(*y, in wcmRotateAndScaleCoordinates()
544 *y = xf86ScaleAxis(tmp_coord, in wcmRotateAndScaleCoordinates()
1144 pressure = xf86ScaleAxis(p, in normalizePressure()
H A DwcmFilter.c379 rotation = xf86ScaleAxis(rotation, in wcmTilt2R()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/common/
H A Dxf86Xinput.h162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
H A Dxf86Xinput.c1459 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) in xf86ScaleAxis() function
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Xinput.h162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
H A Dxf86Xinput.c1459 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) in xf86ScaleAxis() function
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Xinput.h162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
H A Dxf86Xinput.c1459 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) in xf86ScaleAxis() function
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Xinput.h162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
H A Dxf86Xinput.c1459 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) in xf86ScaleAxis() function
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Xinput.h162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
H A Dxf86Xinput.c.orig1454 * xf86ScaleAxis(x, 0, screen_width, dev_min, dev_max);
1458 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min)
1469 ErrorF("Divide by Zero in xf86ScaleAxis\n");
H A Dxf86Xinput.c1459 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) in xf86ScaleAxis() function
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Xinput.h162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
H A Dxf86Xinput.c1459 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) in xf86ScaleAxis() function
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Xinput.h162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
H A Dxf86Xinput.c1459 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) in xf86ScaleAxis() function
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/common/
H A Dxf86Xinput.h162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
H A Dxf86Xinput.c1486 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) in xf86ScaleAxis() function
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/common/
H A Dxf86Xinput.h176 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
H A Dxf86Xinput.c1486 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) in xf86ScaleAxis() function
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/test/
H A Dfake-symbols.c135 xf86ScaleAxis(int Cx, in xf86ScaleAxis() function
/dports/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6/src/
H A Devdev.c384 xf86ScaleAxis(valuator_mask_get(mask, i), in EvdevSwapAbsValuators()
424 val = xf86ScaleAxis(val, abs->maximum, abs->minimum, in EvdevApplyCalibration()
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/
H A DChangeLog4225 Avoid 'division by zero' in xf86ScaleAxis()
10296 Use xf86ScaleAxis for pressure normalization.
10298 And copy the server's xf86ScaleAxis for the test. Not ideal, I guess but oh
12692 Don't call xf86ScaleAxis for relative devices.
12695 supresses and error message emitted by xf86ScaleAxis().

12