Lines Matching defs:vel

96 InitVelocityData(DeviceVelocityPtr vel)  in InitVelocityData()
117 FreeVelocityData(DeviceVelocityPtr vel) in FreeVelocityData()
130 DeviceVelocityPtr vel; in InitPredictableAccelerationScheme() local
161 DeviceVelocityPtr vel = GetDevicePredictableAccelData(dev); in AccelerationDefaultCleanup() local
193 DeviceVelocityPtr vel; in AccelSetProfileProperty() local
220 AccelInitProfileProperty(DeviceIntPtr dev, DeviceVelocityPtr vel) in AccelInitProfileProperty()
238 DeviceVelocityPtr vel; in AccelSetDecelProperty() local
263 AccelInitDecelProperty(DeviceIntPtr dev, DeviceVelocityPtr vel) in AccelInitDecelProperty()
308 AccelInitAdaptDecelProperty(DeviceIntPtr dev, DeviceVelocityPtr vel) in AccelInitAdaptDecelProperty()
329 DeviceVelocityPtr vel; in AccelSetScaleProperty() local
356 AccelInitScaleProperty(DeviceIntPtr dev, DeviceVelocityPtr vel) in AccelInitScaleProperty()
370 DeviceVelocityPtr vel, in InitializePredictableAccelerationProperties()
395 DeviceVelocityPtr vel; in DeletePredictableAccelerationProperties() local
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()