Home
last modified time | relevance | path

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

/external/skqp/experimental/svg/model/
DSkSVGAttributeParser.h48 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()
/external/skia/modules/svg/include/
DSkSVGAttributeParser.h94 bool parseLengthUnitToken(SkSVGLength::Unit*);
/external/skia/modules/svg/src/
DSkSVGAttributeParser.cpp119 bool SkSVGAttributeParser::parseLengthUnitToken(SkSVGLength::Unit* unit) { in parseLengthUnitToken() function in SkSVGAttributeParser
367 (this->parseLengthUnitToken(&u) || this->parseSepToken() || this->parseEOSToken())) { in parse()