Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/svg/model/
DSkSVGAttributeParser.cpp75 bool SkSVGAttributeParser::parseScalarToken(SkScalar* res) { in parseScalarToken() function in SkSVGAttributeParser
236 if (this->parseScalarToken(&s)) { in parseNumber()
251 if (this->parseScalarToken(&s) && in parseLength()
268 if (this->parseScalarToken(&x) && this->parseSepToken() && in parseViewBox()
269 this->parseScalarToken(&y) && this->parseSepToken() && in parseViewBox()
270 this->parseScalarToken(&w) && this->parseSepToken() && in parseViewBox()
271 this->parseScalarToken(&h)) { in parseViewBox()
305 if (!(this->parseScalarToken(scalars + i) && in parseMatrixToken()
320 if (!this->parseScalarToken(&tx)) { in parseTranslateToken()
324 if (!(this->parseSepToken() && this->parseScalarToken(&ty))) { in parseTranslateToken()
[all …]
DSkSVGAttributeParser.h46 bool parseScalarToken(SkScalar*);
/third_party/skia/modules/svg/src/
DSkSVGAttributeParser.cpp95 bool SkSVGAttributeParser::parseScalarToken(SkScalar* res) { in parseScalarToken() function in SkSVGAttributeParser
331 if (this->parseScalarToken(&s)) { in parse()
366 if (this->parseScalarToken(&s) && in parse()
383 if (this->parseScalarToken(&x) && this->parseSepToken() && in parseViewBox()
384 this->parseScalarToken(&y) && this->parseSepToken() && in parseViewBox()
385 this->parseScalarToken(&w) && this->parseSepToken() && in parseViewBox()
386 this->parseScalarToken(&h)) { in parseViewBox()
420 if (!(this->parseScalarToken(scalars + i) && in parseMatrixToken()
435 if (!this->parseScalarToken(&tx)) { in parseTranslateToken()
439 if (!this->parseSepToken() || !this->parseScalarToken(&ty)) { in parseTranslateToken()
[all …]
/third_party/skia/modules/svg/include/
DSkSVGAttributeParser.h91 bool parseScalarToken(SkScalar*);