Home
last modified time | relevance | path

Searched refs:parseLengthUnitToken (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGAttributeParser.h45 bool parseLengthUnitToken(SkSVGLength::Unit*);
DSkSVGAttributeParser.cpp91 bool SkSVGAttributeParser::parseLengthUnitToken(SkSVGLength::Unit* unit) { in parseLengthUnitToken() function in SkSVGAttributeParser
252 (this->parseLengthUnitToken(&u) || this->parseSepToken() || this->parseEOSToken())) { in parseLength()