Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/svg/model/
DSkSVGAttributeParser.h59 bool parseRotateToken(SkMatrix*);
DSkSVGAttributeParser.cpp349 bool SkSVGAttributeParser::parseRotateToken(SkMatrix* matrix) { in parseRotateToken() function in SkSVGAttributeParser
403 || this->parseRotateToken(&m) in parseTransform()
/third_party/skia/modules/svg/include/
DSkSVGAttributeParser.h105 bool parseRotateToken(SkMatrix*);
/third_party/skia/modules/svg/src/
DSkSVGAttributeParser.cpp464 bool SkSVGAttributeParser::parseRotateToken(SkMatrix* matrix) { in parseRotateToken() function in SkSVGAttributeParser
519 || this->parseRotateToken(&m) in parse()