Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/
DLayerAndroid.h65 struct SkLength { struct
66 … enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic }; argument
67 SkLengthType type; argument
69 SkLength() in SkLength() function
74 bool defined() const in defined()
80 float calcFloatValue(float max) const in calcFloatValue()