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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp4012 UInt64 axis2squared = (pointDeltaAxis2 * pointDeltaAxis2); local
4014 UInt64 scrollMagnitudeSquared = axis1squared + axis2squared + axis3squared;
4018 if ((axis1squared > axis2squared) && (axis1squared > axis3squared)) {
4026 else if ((axis2squared > axis1squared) && (axis2squared > axis3squared)) {
4034 else if ((axis3squared > axis1squared) && (axis3squared > axis2squared)) {

Completed in 128 milliseconds