Searched defs:Intrinsic (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/
H A DLength.h35 enum LengthType { Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic }; enumerator in enum:WebCore::LengthType
163 bool isIntrinsicOrAuto() const { return type() == Auto || type() == MinIntrinsic || type() == Intrinsic; }
/external/webkit/WebCore/platform/graphics/android/
H A DLayerAndroid.h39 enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic }; enumerator in enum:SkLength::SkLengthType

Completed in 59 milliseconds