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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp166 IOFixed64 accelIndex; member in struct:IOHIPointing__PAParameters
1951 outParams.accelIndex = OSObjectToIOFixed64(parameters->getObject(kHIDAccelIndexKey));
2007 if (desired <= high_curve_params.accelIndex) {
2019 if ( high_curve_params.accelIndex > low_curve_params.accelIndex ) {
2020 IOFixed64 ratio = (desired - low_curve_params.accelIndex) / (high_curve_params.accelIndex - low_curve_params.accelIndex);
2023 // IOLog("%s %d: Using %08x, %08x, %08x\n", __PRETTY_FUNCTION__, __LINE__, high_curve_params.accelIndex.asFixed(), low_curve_params.accelIndex
[all...]

Completed in 125 milliseconds