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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp4014 UInt64 scrollMagnitudeSquared = axis1squared + axis2squared + axis3squared; local
4083 if (scrollMagnitudeSquared >= _scMinDeltaSqToStart) {
4084 log_scroll_state("_scCount to 1 on %lld > %lld\n", scrollMagnitudeSquared, _scMinDeltaSqToStart);
4092 temp.fromIntFloor(llsqrt(scrollMagnitudeSquared));
4095 log_scroll_state("_scCount to %d on (llsqrt(%lld) * 65536 / %lld)\n", _scCount, scrollMagnitudeSquared, _scAccelerationFactor.asFixed64());
4151 if (scrollMagnitudeSquared > _scMinDeltaSqToSustain) {

Completed in 133 milliseconds