Lines Matching refs:stringValue

39                        const char* stringValue) {  in SetPaintAttribute()  argument
41 SkSVGAttributeParser parser(stringValue); in SetPaintAttribute()
51 const char* stringValue) { in SetColorAttribute() argument
53 SkSVGAttributeParser parser(stringValue); in SetColorAttribute()
63 const char* stringValue) { in SetIRIAttribute() argument
65 SkSVGAttributeParser parser(stringValue); in SetIRIAttribute()
75 const char* stringValue) { in SetClipPathAttribute() argument
77 SkSVGAttributeParser parser(stringValue); in SetClipPathAttribute()
88 const char* stringValue) { in SetPathDataAttribute() argument
90 if (!SkParsePath::FromSVGString(stringValue, &path)) { in SetPathDataAttribute()
99 const char* stringValue) { in SetTransformAttribute() argument
101 SkSVGAttributeParser parser(stringValue); in SetTransformAttribute()
111 const char* stringValue) { in SetLengthAttribute() argument
113 SkSVGAttributeParser parser(stringValue); in SetLengthAttribute()
123 const char* stringValue) { in SetNumberAttribute() argument
125 SkSVGAttributeParser parser(stringValue); in SetNumberAttribute()
135 const char* stringValue) { in SetViewBoxAttribute() argument
137 SkSVGAttributeParser parser(stringValue); in SetViewBoxAttribute()
147 const char* stringValue) { in SetLineCapAttribute() argument
149 SkSVGAttributeParser parser(stringValue); in SetLineCapAttribute()
159 const char* stringValue) { in SetLineJoinAttribute() argument
161 SkSVGAttributeParser parser(stringValue); in SetLineJoinAttribute()
171 const char* stringValue) { in SetSpreadMethodAttribute() argument
173 SkSVGAttributeParser parser(stringValue); in SetSpreadMethodAttribute()
183 const char* stringValue) { in SetPointsAttribute() argument
185 SkSVGAttributeParser parser(stringValue); in SetPointsAttribute()
195 const char* stringValue) { in SetFillRuleAttribute() argument
197 SkSVGAttributeParser parser(stringValue); in SetFillRuleAttribute()
207 const char* stringValue) { in SetVisibilityAttribute() argument
209 SkSVGAttributeParser parser(stringValue); in SetVisibilityAttribute()
219 const char* stringValue) { in SetDashArrayAttribute() argument
221 SkSVGAttributeParser parser(stringValue); in SetDashArrayAttribute()
281 const char* stringValue) { in SetStyleAttributes() argument
284 StyleIterator iter(stringValue); in SetStyleAttributes()
304 bool (*fSetter)(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, const char* stringValue);