Home
last modified time | relevance | path

Searched refs:last_velocity (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c696 vel->last_velocity = vel->velocity; in ProcessVelocityData2D()
786 if (vel->average_accel && vel->velocity != vel->last_velocity) { in ComputeAcceleration()
794 BasicComputeAcceleration(dev, vel, vel->last_velocity, threshold, in ComputeAcceleration()
798 (vel->last_velocity + in ComputeAcceleration()
804 vel->velocity, vel->last_velocity, result); in ComputeAcceleration()
/OK3568_Linux_fs/external/xserver/include/
H A Dptrveloc.h73 double last_velocity; /* previous velocity estimate */ member