Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGAttributeParser.h104 bool parseScaleToken(SkMatrix*);
/third_party/skia/modules/svg/src/
DSkSVGAttributeParser.cpp448 bool SkSVGAttributeParser::parseScaleToken(SkMatrix* matrix) { in parseScaleToken() function in SkSVGAttributeParser
518 || this->parseScaleToken(&m) in parse()