• Home
  • Raw
  • Download

Lines Matching refs:SkSVGAttribute

55 bool SetIRIAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr,  in SetIRIAttribute()
66 bool SetStringAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetStringAttribute()
74 bool SetTransformAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetTransformAttribute()
85 bool SetLengthAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetLengthAttribute()
96 bool SetViewBoxAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetViewBoxAttribute()
109 SkSVGAttribute attr, in SetObjectBoundingBoxUnitsAttribute()
120 bool SetPreserveAspectRatioAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetPreserveAspectRatioAttribute()
182 bool SetStyleAttributes(const sk_sp<SkSVGNode>& node, SkSVGAttribute, in SetStyleAttributes() argument
205 SkSVGAttribute fAttr;
206 bool (*fSetter)(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, const char* stringValue);
210 { "cx" , { SkSVGAttribute::kCx , SetLengthAttribute }},
211 { "cy" , { SkSVGAttribute::kCy , SetLengthAttribute }},
212 { "filterUnits" , { SkSVGAttribute::kFilterUnits ,
215 { "fx" , { SkSVGAttribute::kFx , SetLengthAttribute }},
216 { "fy" , { SkSVGAttribute::kFy , SetLengthAttribute }},
217 { "height" , { SkSVGAttribute::kHeight , SetLengthAttribute }},
218 { "preserveAspectRatio", { SkSVGAttribute::kPreserveAspectRatio,
220 { "r" , { SkSVGAttribute::kR , SetLengthAttribute }},
221 { "rx" , { SkSVGAttribute::kRx , SetLengthAttribute }},
222 { "ry" , { SkSVGAttribute::kRy , SetLengthAttribute }},
223 { "style" , { SkSVGAttribute::kUnknown , SetStyleAttributes }},
224 { "text" , { SkSVGAttribute::kText , SetStringAttribute }},
225 { "transform" , { SkSVGAttribute::kTransform , SetTransformAttribute }},
226 { "viewBox" , { SkSVGAttribute::kViewBox , SetViewBoxAttribute }},
227 { "width" , { SkSVGAttribute::kWidth , SetLengthAttribute }},
228 { "x" , { SkSVGAttribute::kX , SetLengthAttribute }},
229 { "x1" , { SkSVGAttribute::kX1 , SetLengthAttribute }},
230 { "x2" , { SkSVGAttribute::kX2 , SetLengthAttribute }},
231 { "xlink:href" , { SkSVGAttribute::kHref , SetIRIAttribute }},
232 { "y" , { SkSVGAttribute::kY , SetLengthAttribute }},
233 { "y1" , { SkSVGAttribute::kY1 , SetLengthAttribute }},
234 { "y2" , { SkSVGAttribute::kY2 , SetLengthAttribute }},