Searched refs:parseEOSToken (Results 1 – 4 of 4) sorted by relevance
47 inline bool SkSVGAttributeParser::parseEOSToken() { in parseEOSToken() function in SkSVGAttributeParser202 return parsedValue && this->parseEOSToken(); in parseColor()252 (this->parseLengthUnitToken(&u) || this->parseSepToken() || this->parseEOSToken())) { in parseLength()278 return parsedValue && this->parseEOSToken(); in parseViewBox()414 if (!parsed || !this->parseEOSToken()) { in parseTransform()443 return parsedValue && this->parseEOSToken(); in parsePaint()462 return parsedValue && this->parseEOSToken(); in parseClipPath()486 return parsedValue && this->parseEOSToken(); in parseLineCap()510 return parsedValue && this->parseEOSToken(); in parseLineJoin()533 return parsedValue && this->parseEOSToken(); in parseSpreadMethod()[all …]
43 bool parseEOSToken();