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

  /external/webkit/WebCore/platform/
Length.h 35 enum LengthType { Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
163 bool isIntrinsicOrAuto() const { return type() == Auto || type() == MinIntrinsic || type() == Intrinsic; }
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 39 enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };

Completed in 105 milliseconds