Searched defs:SkLength (Results 1 – 1 of 1) sorted by relevance
38 struct SkLength { struct39 … enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic }; argument40 SkLengthType type; argument42 SkLength() { in SkLength() argument46 bool defined() const { in defined()51 float calcFloatValue(float max) const { in calcFloatValue()