Home
last modified time | relevance | path

Searched refs:const_acceleration (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c101 vel->const_acceleration = 1.0; /* no acceleration/deceleration */ in InitVelocityData()
257 vel->const_acceleration = 1 / v; in AccelSetDecelProperty()
265 float fval = 1.0 / vel->const_acceleration; in AccelInitDecelProperty()
611 double velocity_factor = vel->corr_mul * vel->const_acceleration; /* premultiply */ in QueryTrackers()
744 *fdx *= vel->const_acceleration; in ApplyConstantDeceleration()
745 *fdy *= vel->const_acceleration; in ApplyConstantDeceleration()
1094 velocitydata->const_acceleration == 1.0) { in acceleratePointerPredictable()
1122 if (mult != 1.0 || velocitydata->const_acceleration != 1.0) { in acceleratePointerPredictable()
/OK3568_Linux_fs/external/xserver/include/
H A Dptrveloc.h77 double const_acceleration; /* config: (recipr.) const deceleration */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c211 s->const_acceleration == 1.0); in ProcessVelocityConfiguration()