Lines Matching refs:stringValue
68 const char* stringValue) { in SetIRIAttribute() argument
69 auto parseResult = SkSVGAttributeParser::parse<SkSVGIRI>(stringValue); in SetIRIAttribute()
79 const char* stringValue) { in SetStringAttribute() argument
80 SkString str(stringValue, strlen(stringValue)); in SetStringAttribute()
87 const char* stringValue) { in SetTransformAttribute() argument
88 auto parseResult = SkSVGAttributeParser::parse<SkSVGTransformType>(stringValue); in SetTransformAttribute()
98 const char* stringValue) { in SetLengthAttribute() argument
99 auto parseResult = SkSVGAttributeParser::parse<SkSVGLength>(stringValue); in SetLengthAttribute()
109 const char* stringValue) { in SetViewBoxAttribute() argument
111 SkSVGAttributeParser parser(stringValue); in SetViewBoxAttribute()
122 const char* stringValue) { in SetObjectBoundingBoxUnitsAttribute() argument
123 auto parseResult = SkSVGAttributeParser::parse<SkSVGObjectBoundingBoxUnits>(stringValue); in SetObjectBoundingBoxUnitsAttribute()
133 const char* stringValue) { in SetPreserveAspectRatioAttribute() argument
135 SkSVGAttributeParser parser(stringValue); in SetPreserveAspectRatioAttribute()
195 const char* stringValue) { in SetStyleAttributes() argument
198 StyleIterator iter(stringValue); in SetStyleAttributes()
218 bool (*fSetter)(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, const char* stringValue);