Lines Matching refs:parseResult
58 auto parseResult = SkSVGAttributeParser::parse<SkSVGIRI>(stringValue);
59 if (!parseResult.isValid()) {
63 node->setAttribute(attr, SkSVGStringValue(parseResult->iri()));
77 auto parseResult = SkSVGAttributeParser::parse<SkSVGTransformType>(stringValue);
78 if (!parseResult.isValid()) {
82 node->setAttribute(attr, SkSVGTransformValue(*parseResult));
88 auto parseResult = SkSVGAttributeParser::parse<SkSVGLength>(stringValue);
89 if (!parseResult.isValid()) {
93 node->setAttribute(attr, SkSVGLengthValue(*parseResult));
112 auto parseResult = SkSVGAttributeParser::parse<SkSVGObjectBoundingBoxUnits>(stringValue);
113 if (!parseResult.isValid()) {
117 node->setAttribute(attr, SkSVGObjectBoundingBoxUnitsValue(*parseResult));