Home
last modified time | relevance | path

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

/external/skqp/experimental/svg/model/
DSkSVGAttributeParser.cpp47 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()
[all …]
DSkSVGAttributeParser.h43 bool parseEOSToken();
/external/skia/experimental/svg/model/
DSkSVGAttributeParser.cpp47 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()
[all …]
DSkSVGAttributeParser.h43 bool parseEOSToken();