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

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventService.cpp67 #define kMaxSystemAbsoluteRangeSigned 32767 macro
68 #define kMaxSystemBarrelPressure kMaxSystemAbsoluteRangeSigned
2396 Bounds bounds = {0, kMaxSystemAbsoluteRangeSigned, 0, kMaxSystemAbsoluteRangeSigned};
2398 SInt32 scaledX = ((SInt64)x * kMaxSystemAbsoluteRangeSigned) >> 16;
2399 SInt32 scaledY = ((SInt64)y * kMaxSystemAbsoluteRangeSigned) >> 16;
2400 SInt32 scaledZ = ((SInt64)z * kMaxSystemAbsoluteRangeSigned) >> 16;
2403 SInt32 scaledTiltX = (((SInt64)params[0] * kMaxSystemAbsoluteRangeSigned)/90) >> 16;
2404 SInt32 scaledTiltY = (((SInt64)params[1] * kMaxSystemAbsoluteRangeSigned)/90) >> 16;

Completed in 145 milliseconds