Searched refs:parseLengthUnitToken (Results 1 – 4 of 4) sorted by relevance
48 bool parseLengthUnitToken(SkSVGLength::Unit*);
91 bool SkSVGAttributeParser::parseLengthUnitToken(SkSVGLength::Unit* unit) { in parseLengthUnitToken() function in SkSVGAttributeParser252 (this->parseLengthUnitToken(&u) || this->parseSepToken() || this->parseEOSToken())) { in parseLength()
94 bool parseLengthUnitToken(SkSVGLength::Unit*);
119 bool SkSVGAttributeParser::parseLengthUnitToken(SkSVGLength::Unit* unit) { in parseLengthUnitToken() function in SkSVGAttributeParser367 (this->parseLengthUnitToken(&u) || this->parseSepToken() || this->parseEOSToken())) { in parse()