Lines Matching refs:parseEOSToken
47 inline bool SkSVGAttributeParser::parseEOSToken() { in parseEOSToken() function in SkSVGAttributeParser
202 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()
566 if (parsedValue && this->parseEOSToken()) { in parsePoints()
594 return parsedValue && this->parseEOSToken(); in parseFillRule()
618 return parsedValue && this->parseEOSToken(); in parseVisibility()
648 return parsedValue && this->parseEOSToken(); in parseDashArray()