Lines Matching refs:DeviceVelocityPtr
65 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()
263 AccelInitDecelProperty(DeviceIntPtr dev, DeviceVelocityPtr vel) in AccelInitDecelProperty()
282 DeviceVelocityPtr veloc; in AccelSetAdaptDecelProperty()
308 AccelInitAdaptDecelProperty(DeviceIntPtr dev, DeviceVelocityPtr vel) in AccelInitAdaptDecelProperty()
329 DeviceVelocityPtr vel; in AccelSetScaleProperty()
356 AccelInitScaleProperty(DeviceIntPtr dev, DeviceVelocityPtr vel) in AccelInitScaleProperty()
370 DeviceVelocityPtr vel, in InitializePredictableAccelerationProperties()
395 DeviceVelocityPtr vel; in DeletePredictableAccelerationProperties()
426 InitTrackers(DeviceVelocityPtr vel, int ntracker) in InitTrackers()
561 FeedTrackers(DeviceVelocityPtr vel, double dx, double dy, int cur_t) in FeedTrackers()
605 QueryTrackers(DeviceVelocityPtr vel, int cur_t) in QueryTrackers()
692 ProcessVelocityData2D(DeviceVelocityPtr vel, double dx, double dy, int time) in ProcessVelocityData2D()
733 ApplySoftening(DeviceVelocityPtr vel, double *fdx, double *fdy) in ApplySoftening()
742 ApplyConstantDeceleration(DeviceVelocityPtr vel, double *fdx, double *fdy) in ApplyConstantDeceleration()
753 DeviceVelocityPtr vel, in BasicComputeAcceleration()
774 DeviceVelocityPtr vel, double threshold, double acc) in ComputeAcceleration()
825 DeviceVelocityPtr vel, in PolynomialAccelerationProfile()
837 DeviceVelocityPtr vel, in ClassicProfile()
858 DeviceVelocityPtr vel, in PowerProfile()
892 DeviceVelocityPtr vel, in SimpleSmoothProfile()
914 DeviceVelocityPtr vel, in SmoothLinearProfile()
947 DeviceVelocityPtr vel, in SmoothLimitedProfile()
964 DeviceVelocityPtr vel, in LinearProfile()
972 DeviceVelocityPtr vel, double velocity, double threshold, double acc) in NoProfile()
978 GetAccelerationProfile(DeviceVelocityPtr vel, int profile_num) in GetAccelerationProfile()
1015 SetAccelerationProfile(DeviceVelocityPtr vel, int profile_num) in SetAccelerationProfile()
1047 SetDeviceSpecificAccelerationProfile(DeviceVelocityPtr vel, in SetDeviceSpecificAccelerationProfile()
1058 DeviceVelocityPtr
1087 DeviceVelocityPtr velocitydata = GetDevicePredictableAccelData(dev); in acceleratePointerPredictable()