Lines Matching refs:stringValue
57 const char* stringValue) { in SetIRIAttribute() argument
58 auto parseResult = SkSVGAttributeParser::parse<SkSVGIRI>(stringValue); in SetIRIAttribute()
68 const char* stringValue) { in SetStringAttribute() argument
69 SkString str(stringValue, strlen(stringValue)); in SetStringAttribute()
76 const char* stringValue) { in SetTransformAttribute() argument
77 auto parseResult = SkSVGAttributeParser::parse<SkSVGTransformType>(stringValue); in SetTransformAttribute()
87 const char* stringValue) { in SetLengthAttribute() argument
88 auto parseResult = SkSVGAttributeParser::parse<SkSVGLength>(stringValue); in SetLengthAttribute()
98 const char* stringValue) { in SetViewBoxAttribute() argument
100 SkSVGAttributeParser parser(stringValue); in SetViewBoxAttribute()
111 const char* stringValue) { in SetObjectBoundingBoxUnitsAttribute() argument
112 auto parseResult = SkSVGAttributeParser::parse<SkSVGObjectBoundingBoxUnits>(stringValue); in SetObjectBoundingBoxUnitsAttribute()
122 const char* stringValue) { in SetPreserveAspectRatioAttribute() argument
124 SkSVGAttributeParser parser(stringValue); in SetPreserveAspectRatioAttribute()
184 const char* stringValue) { in SetStyleAttributes() argument
187 StyleIterator iter(stringValue); in SetStyleAttributes()
207 bool (*fSetter)(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, const char* stringValue);