/external/webkit/Source/WebCore/platform/ |
Length.h | 37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic }; 85 float percent() const function in struct:WebCore::Length 87 ASSERT(type() == Percent); 123 case Percent: 137 case Percent: 139 return static_cast<int>(round(maxValue * percent() / 100.0f)); 141 return static_cast<int>(static_cast<float>(maxValue * percent() / 100.0f)); 153 case Percent: 154 return static_cast<float>(maxValue * percent() / 100.0f); 173 bool isPercent() const { return type() == Percent; } [all...] |
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmLexer.h | 52 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
LayerAndroid.h | 66 enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic }; 83 case Percent:
|