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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dptrveloc.c609 ApplySimpleSoftening(int od, int d) function in typeref:typename:float
632 *fdx = ApplySimpleSoftening(vel->last_dx, dx);
633 *fdy = ApplySimpleSoftening(vel->last_dy, dy);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dptrveloc.c714 ApplySimpleSoftening(double prev_delta, double delta) function in typeref:typename:double
737 *fdx = ApplySimpleSoftening(vel->last_dx, *fdx);
738 *fdy = ApplySimpleSoftening(vel->last_dy, *fdy);

Completed in 4 milliseconds