Searched refs:vel (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dptrveloc.c64 SetAccelerationProfile(DeviceVelocityPtr vel, int profile_num);
66 SimpleSmoothProfile(DeviceIntPtr dev, DeviceVelocityPtr vel, float velocity,
69 GetAccelerationProfile(DeviceVelocityPtr vel, int profile_num);
91 InitVelocityData(DeviceVelocityPtr vel) argument
93 memset(vel, 0, sizeof(DeviceVelocityRec));
95 vel->corr_mul = 10.0; /* dots per 10 milisecond should be usable */
96 vel->const_acceleration = 1.0; /* no acceleration/deceleration */
97 vel->reset_time = 300;
98 vel->use_softening = 1;
99 vel
113 FreeVelocityData(DeviceVelocityPtr vel) argument
148 DeviceVelocityPtr vel; local in function:AccelSetProfileProperty
175 AccelInitProfileProperty(DeviceIntPtr dev,DeviceVelocityPtr vel) argument
193 DeviceVelocityPtr vel; local in function:AccelSetDecelProperty
220 AccelInitDecelProperty(DeviceIntPtr dev,DeviceVelocityPtr vel) argument
266 AccelInitAdaptDecelProperty(DeviceIntPtr dev,DeviceVelocityPtr vel) argument
285 DeviceVelocityPtr vel; local in function:AccelSetScaleProperty
313 AccelInitScaleProperty(DeviceIntPtr dev,DeviceVelocityPtr vel) argument
327 DeviceVelocityPtr vel = GetDevicePredictableAccelData(dev); local in function:InitializePredictableAccelerationProperties
343 DeviceVelocityPtr vel; local in function:DeletePredictableAccelerationProperties
369 InitTrackers(DeviceVelocityPtr vel,int ntracker) argument
467 FeedTrackers(DeviceVelocityPtr vel,int dx,int dy,int cur_t) argument
491 CalcTracker(DeviceVelocityPtr vel,int offset,int cur_t) argument
509 QueryTrackers(DeviceVelocityPtr vel,int cur_t) argument
586 ProcessVelocityData2D(DeviceVelocityPtr vel,int dx,int dy,int time) argument
623 ApplySofteningAndConstantDeceleration(DeviceVelocityPtr vel,int dx,int dy,float * fdx,float * fdy,short do_soften) argument
647 BasicComputeAcceleration(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
667 ComputeAcceleration(DeviceIntPtr dev,DeviceVelocityPtr vel,float threshold,float acc) argument
716 PolynomialAccelerationProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float ignored,float acc) argument
732 ClassicProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
764 PowerProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
802 SimpleSmoothProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
828 SmoothLinearProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
863 SmoothLimitedProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
884 LinearProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
895 NoProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
906 GetAccelerationProfile(DeviceVelocityPtr vel,int profile_num) argument
945 SetAccelerationProfile(DeviceVelocityPtr vel,int profile_num) argument
979 SetDeviceSpecificAccelerationProfile(DeviceVelocityPtr vel,PointerAccelerationProfileFunc profile) argument
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dptrveloc.c65 SimpleSmoothProfile(DeviceIntPtr dev, DeviceVelocityPtr vel, double velocity,
68 GetAccelerationProfile(DeviceVelocityPtr vel, int profile_num);
96 InitVelocityData(DeviceVelocityPtr vel) argument
98 memset(vel, 0, sizeof(DeviceVelocityRec));
100 vel->corr_mul = 10.0; /* dots per 10 millisecond should be usable */
101 vel->const_acceleration = 1.0; /* no acceleration/deceleration */
102 vel->reset_time = 300;
103 vel->use_softening = 1;
104 vel->min_acceleration = 1.0; /* don't decelerate */
105 vel
117 FreeVelocityData(DeviceVelocityPtr vel) argument
130 DeviceVelocityPtr vel; local in function:InitPredictableAccelerationScheme
162 DeviceVelocityPtr vel = GetDevicePredictableAccelData(dev); local in function:AccelerationDefaultCleanup
194 DeviceVelocityPtr vel; local in function:AccelSetProfileProperty
221 AccelInitProfileProperty(DeviceIntPtr dev,DeviceVelocityPtr vel) argument
239 DeviceVelocityPtr vel; local in function:AccelSetDecelProperty
264 AccelInitDecelProperty(DeviceIntPtr dev,DeviceVelocityPtr vel) argument
309 AccelInitAdaptDecelProperty(DeviceIntPtr dev,DeviceVelocityPtr vel) argument
330 DeviceVelocityPtr vel; local in function:AccelSetScaleProperty
357 AccelInitScaleProperty(DeviceIntPtr dev,DeviceVelocityPtr vel) argument
370 InitializePredictableAccelerationProperties(DeviceIntPtr dev,DeviceVelocityPtr vel,PredictableAccelSchemePtr schemeData) argument
396 DeviceVelocityPtr vel; local in function:DeletePredictableAccelerationProperties
427 InitTrackers(DeviceVelocityPtr vel,int ntracker) argument
562 FeedTrackers(DeviceVelocityPtr vel,double dx,double dy,int cur_t) argument
606 QueryTrackers(DeviceVelocityPtr vel,int cur_t) argument
693 ProcessVelocityData2D(DeviceVelocityPtr vel,double dx,double dy,int time) argument
734 ApplySoftening(DeviceVelocityPtr vel,double * fdx,double * fdy) argument
743 ApplyConstantDeceleration(DeviceVelocityPtr vel,double * fdx,double * fdy) argument
753 BasicComputeAcceleration(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
774 ComputeAcceleration(DeviceIntPtr dev,DeviceVelocityPtr vel,double threshold,double acc) argument
825 PolynomialAccelerationProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double ignored,double acc) argument
837 ClassicProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
858 PowerProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
892 SimpleSmoothProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
914 SmoothLinearProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
947 SmoothLimitedProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
964 LinearProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
972 NoProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
979 GetAccelerationProfile(DeviceVelocityPtr vel,int profile_num) argument
1016 SetAccelerationProfile(DeviceVelocityPtr vel,int profile_num) argument
1048 SetDeviceSpecificAccelerationProfile(DeviceVelocityPtr vel,PointerAccelerationProfileFunc profile) argument
[all...]
/xsrc/external/mit/xorg-server/dist/include/
H A Dptrveloc.h51 (DeviceIntPtr dev, struct _DeviceVelocityRec * vel,
98 DeviceVelocityPtr vel; member in struct:_PredictableAccelSchemeRec
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);
126 SetDeviceSpecificAccelerationProfile(DeviceVelocityPtr vel,
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dptrveloc.h51 (DeviceIntPtr dev, struct _DeviceVelocityRec* vel,
98 InitVelocityData(DeviceVelocityPtr vel);
101 InitTrackers(DeviceVelocityPtr vel, int ntracker);
104 ProcessVelocityData2D(DeviceVelocityPtr vel, int dx, int dy, int time);
107 BasicComputeAcceleration(DeviceIntPtr dev, DeviceVelocityPtr vel,
111 FreeVelocityData(DeviceVelocityPtr vel);
120 SetAccelerationProfile(DeviceVelocityPtr vel, int profile_num);
126 SetDeviceSpecificAccelerationProfile(DeviceVelocityPtr vel,
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c730 DeviceVelocityPtr vel,
743 velocity /= vel->const_acceleration;
729 SynapticsAccelerationProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double thr,double acc) argument

Completed in 8 milliseconds