Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c713 ApplySimpleSoftening(double prev_delta, double delta) in ApplySimpleSoftening() function
736 *fdx = ApplySimpleSoftening(vel->last_dx, *fdx); in ApplySoftening()
737 *fdy = ApplySimpleSoftening(vel->last_dy, *fdy); in ApplySoftening()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog94136 dix: use single return statement in ApplySimpleSoftening