Home
last modified time | relevance | path

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

/external/skia/experimental/svg/model/
DSkSVGAttributeParser.h56 bool parseMatrixToken(SkMatrix*);
DSkSVGAttributeParser.cpp301 bool SkSVGAttributeParser::parseMatrixToken(SkMatrix* matrix) { in parseMatrixToken() function in SkSVGAttributeParser
400 if (!( this->parseMatrixToken(&m) in parseTransform()
/external/skqp/experimental/svg/model/
DSkSVGAttributeParser.h56 bool parseMatrixToken(SkMatrix*);
DSkSVGAttributeParser.cpp301 bool SkSVGAttributeParser::parseMatrixToken(SkMatrix* matrix) { in parseMatrixToken() function in SkSVGAttributeParser
400 if (!( this->parseMatrixToken(&m) in parseTransform()