Lines Matching full:acceleration
38 * Predictable pointer acceleration
44 * the relation between velocity (of the device) and acceleration
45 * 2) make arbitrary acceleration profiles possible
54 * which returns an acceleration
101 vel->const_acceleration = 1.0; /* no acceleration/deceleration */ in InitVelocityData()
749 * compute the acceleration for given velocity and enforce min_acceleration
768 * Compute acceleration. Takes into account averaging, nv-reset, etc.
787 /* use simpson's rule to average acceleration between in ComputeAcceleration()
817 * Acceleration functions and profiles
832 * returns acceleration for velocity.
853 * This has the expense of overall response dependency on min-acceleration.
887 * acceleration function similar to classic accelerated/unaccelerated,
920 acc -= 1.0; /*this is so acc = 1 is no acceleration */ in SmoothLinearProfile()
943 * acceleration. Beyond threshold it is exactly the specified acceleration.
1041 * which may want to provide an own acceleration profile.
1056 * the predictable acceleration scheme is not in effect.
1075 * acceleration schemes
1081 * enable fine-grained predictable acceleration profiles.
1115 /* invoke acceleration profile to determine acceleration */ in acceleratePointerPredictable()