Searched defs:SkLength (Results 1 – 1 of 1) sorted by relevance
65 struct SkLength { struct66 … enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic }; argument67 SkLengthType type; argument69 SkLength() in SkLength() function74 bool defined() const in defined()80 float calcFloatValue(float max) const in calcFloatValue()