Searched refs:parseScalarToken (Results 1 – 4 of 4) sorted by relevance
75 bool SkSVGAttributeParser::parseScalarToken(SkScalar* res) { in parseScalarToken() function in SkSVGAttributeParser236 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 …]
46 bool parseScalarToken(SkScalar*);
95 bool SkSVGAttributeParser::parseScalarToken(SkScalar* res) { in parseScalarToken() function in SkSVGAttributeParser331 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 …]
91 bool parseScalarToken(SkScalar*);