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

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReportItem.h39 uint32 ScaledData(uint8 scaleToBits, bool toBeSigned);
H A DHIDReportItem.cpp119 HIDReportItem::ScaledData(uint8 scaleToBits, bool toBeSigned) function in class:HIDReportItem
H A DJoystickProtocolHandler.cpp385 fCurrentValues.axes[i] = (int16)fAxis[i]->ScaledData(16, true);

Completed in 54 milliseconds