HomeSort by relevance Sort by last modified time
    Searched defs:Percent (Results 1 - 3 of 3) sorted by null

  /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 51 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.h 64 enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
81 case Percent:

Completed in 32 milliseconds