Home
last modified time | relevance | path

Searched defs:SkLength (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DLayerAndroid.h38 struct SkLength { struct
39 … enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic }; argument
40 SkLengthType type; argument
42 SkLength() { in SkLength() argument
46 bool defined() const { in defined()
51 float calcFloatValue(float max) const { in calcFloatValue()