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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp620 IOFixed64 timedDelta = IOFixed64::withFixed(avgTimeDeltaMS); local
624 scrollMultiplier = IOFixed64::withFixed(SCROLL_MULTIPLIER_A) * timedDelta * timedDelta;
625 scrollMultiplier -= IOFixed64::withFixed(SCROLL_MULTIPLIER_B) * timedDelta;

Completed in 66 milliseconds