Home
last modified time | relevance | path

Searched refs:DeviceVelocityPtr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dptrveloc.h91 } DeviceVelocityRec, *DeviceVelocityPtr; typedef
98 DeviceVelocityPtr vel;
104 InitVelocityData(DeviceVelocityPtr vel);
107 InitTrackers(DeviceVelocityPtr vel, int ntracker);
110 ProcessVelocityData2D(DeviceVelocityPtr vel, double dx, double dy, int time);
113 BasicComputeAcceleration(DeviceIntPtr dev, DeviceVelocityPtr vel,
117 FreeVelocityData(DeviceVelocityPtr vel);
120 SetAccelerationProfile(DeviceVelocityPtr vel, int profile_num);
122 extern _X_EXPORT DeviceVelocityPtr
126 SetDeviceSpecificAccelerationProfile(DeviceVelocityPtr vel,
/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c65 SimpleSmoothProfile(DeviceIntPtr dev, DeviceVelocityPtr vel, double velocity,
68 GetAccelerationProfile(DeviceVelocityPtr vel, int profile_num);
71 DeviceVelocityPtr,
96 InitVelocityData(DeviceVelocityPtr vel) in InitVelocityData()
117 FreeVelocityData(DeviceVelocityPtr vel) in FreeVelocityData()
130 DeviceVelocityPtr vel; in InitPredictableAccelerationScheme()
161 DeviceVelocityPtr vel = GetDevicePredictableAccelData(dev); in AccelerationDefaultCleanup()
193 DeviceVelocityPtr vel; in AccelSetProfileProperty()
220 AccelInitProfileProperty(DeviceIntPtr dev, DeviceVelocityPtr vel) in AccelInitProfileProperty()
238 DeviceVelocityPtr vel; in AccelSetDecelProperty()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c132 DeviceVelocityPtr s) in ProcessVelocityConfiguration()
223 DeviceVelocityPtr pVel; in ApplyAccelerationSettings()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog139686 dix: memset DeviceVelocityPtr to zero.