Lines Matching refs:SkSVGAttributeParser

35 SkSVGAttributeParser::SkSVGAttributeParser(const char attributeString[])  in SkSVGAttributeParser()  function in SkSVGAttributeParser
39 inline bool SkSVGAttributeParser::advanceWhile(F f) { in advanceWhile()
47 inline bool SkSVGAttributeParser::parseEOSToken() { in parseEOSToken()
51 inline bool SkSVGAttributeParser::parseSepToken() { in parseSepToken()
55 inline bool SkSVGAttributeParser::parseWSToken() { in parseWSToken()
59 inline bool SkSVGAttributeParser::parseExpectedStringToken(const char* expected) { in parseExpectedStringToken()
75 bool SkSVGAttributeParser::parseScalarToken(SkScalar* res) { in parseScalarToken()
83 bool SkSVGAttributeParser::parseHexToken(uint32_t* res) { in parseHexToken()
91 bool SkSVGAttributeParser::parseLengthUnitToken(SkSVGLength::Unit* unit) { in parseLengthUnitToken()
117 bool SkSVGAttributeParser::parseNamedColorToken(SkColor* c) { in parseNamedColorToken()
125 bool SkSVGAttributeParser::parseHexColorToken(SkColor* c) { in parseHexColorToken()
152 bool SkSVGAttributeParser::parseColorComponentToken(int32_t* c) { in parseColorComponentToken()
166 bool SkSVGAttributeParser::parseRGBColorToken(SkColor* c) { in parseRGBColorToken()
184 bool SkSVGAttributeParser::parseColor(SkSVGColorType* color) { in parseColor()
206 bool SkSVGAttributeParser::parseIRI(SkSVGStringType* iri) { in parseIRI()
224 bool SkSVGAttributeParser::parseFuncIRI(SkSVGStringType* iri) { in parseFuncIRI()
231 bool SkSVGAttributeParser::parseNumber(SkSVGNumberType* number) { in parseNumber()
247 bool SkSVGAttributeParser::parseLength(SkSVGLength* length) { in parseLength()
263 bool SkSVGAttributeParser::parseViewBox(SkSVGViewBoxType* vb) { in parseViewBox()
282 bool SkSVGAttributeParser::parseParenthesized(const char* prefix, Func f, T* result) { in parseParenthesized()
301 bool SkSVGAttributeParser::parseMatrixToken(SkMatrix* matrix) { in parseMatrixToken()
316 bool SkSVGAttributeParser::parseTranslateToken(SkMatrix* matrix) { in parseTranslateToken()
333 bool SkSVGAttributeParser::parseScaleToken(SkMatrix* matrix) { in parseScaleToken()
349 bool SkSVGAttributeParser::parseRotateToken(SkMatrix* matrix) { in parseRotateToken()
370 bool SkSVGAttributeParser::parseSkewXToken(SkMatrix* matrix) { in parseSkewXToken()
381 bool SkSVGAttributeParser::parseSkewYToken(SkMatrix* matrix) { in parseSkewYToken()
393 bool SkSVGAttributeParser::parseTransform(SkSVGTransformType* t) { in parseTransform()
423 bool SkSVGAttributeParser::parsePaint(SkSVGPaint* paint) { in parsePaint()
447 bool SkSVGAttributeParser::parseClipPath(SkSVGClip* clip) { in parseClipPath()
466 bool SkSVGAttributeParser::parseLineCap(SkSVGLineCap* cap) { in parseLineCap()
490 bool SkSVGAttributeParser::parseLineJoin(SkSVGLineJoin* join) { in parseLineJoin()
514 bool SkSVGAttributeParser::parseSpreadMethod(SkSVGSpreadMethod* spread) { in parseSpreadMethod()
537 bool SkSVGAttributeParser::parsePoints(SkSVGPointsType* points) { in parsePoints()
575 bool SkSVGAttributeParser::parseFillRule(SkSVGFillRule* fillRule) { in parseFillRule()
598 bool SkSVGAttributeParser::parseVisibility(SkSVGVisibility* visibility) { in parseVisibility()
622 bool SkSVGAttributeParser::parseDashArray(SkSVGDashArray* dashArray) { in parseDashArray()