Home
last modified time | relevance | path

Searched refs:setRawValue (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DLayoutUnit.h121 inline void setRawValue(int value) { m_value = value; } in setRawValue() function
122 void setRawValue(long long value) in setRawValue() function
131 returnValue.setRawValue(::abs(m_value)); in abs()
169 fraction.setRawValue(rawValue() % kFixedPointDenominator); in fraction()
419 returnVal.setRawValue(static_cast<int>(result)); in boundedMultiply()
502 returnVal.setRawValue(clampTo<int>(rawVal));
579 returnVal.setRawValue(saturatedAddition(a.rawValue(), b.rawValue()));
616 returnVal.setRawValue(saturatedSubtraction(a.rawValue(), b.rawValue()));
648 returnVal.setRawValue(-a.rawValue());
657 returnVal.setRawValue(a.rawValue() % b.rawValue()); in intMod()
[all …]