Searched defs:vel (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dptrveloc.h98 DeviceVelocityPtr vel; member in struct:_PredictableAccelSchemeRec
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dptrveloc.c91 InitVelocityData(DeviceVelocityPtr vel) argument
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.c96 InitVelocityData(DeviceVelocityPtr vel) argument
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/xf86-input-synaptics/dist/src/
H A Dsynaptics.c729 SynapticsAccelerationProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double thr,double acc) argument

Completed in 8 milliseconds