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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp831 IOFixed scrScale = 0; local
936 scrScale = IOFixedDivide( SCREEN_RESOLUTION, FRAME_RATE );
938 SetupAcceleration (accelTable, desired, devScale, scrScale, &(_scrollWheelInfo->axis[type].scaleSegments), &(_scrollWheelInfo->axis[type].scaleSegCount));
946 scrScale = IOFixedDivide( SCREEN_RESOLUTION, FRAME_RATE );
948 SetupAcceleration (accelTable, desired, devScale, scrScale, &(_scrollPointerInfo->axis[type].scaleSegments), &(_scrollPointerInfo->axis[type].scaleSegCount));
951 snprintf(buff, sizeof(buff), "Non Parametric: desired = 0x%08x; devScale = 0x%08x; scrScale = 0x%08x", desired, devScale, scrScale);

Completed in 151 milliseconds