Searched refs:SetLengthAttribute (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/modules/svg/src/ |
H A D | SkSVGDOM.cpp | 86 bool SetLengthAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetLengthAttribute() function 211 { "cx" , { SkSVGAttribute::kCx , SetLengthAttribute }}, 212 { "cy" , { SkSVGAttribute::kCy , SetLengthAttribute }}, 216 { "fx" , { SkSVGAttribute::kFx , SetLengthAttribute }}, 217 { "fy" , { SkSVGAttribute::kFy , SetLengthAttribute }}, 218 { "height" , { SkSVGAttribute::kHeight , SetLengthAttribute }}, 221 { "r" , { SkSVGAttribute::kR , SetLengthAttribute }}, 222 { "rx" , { SkSVGAttribute::kRx , SetLengthAttribute }}, 223 { "ry" , { SkSVGAttribute::kRy , SetLengthAttribute }}, 228 { "width" , { SkSVGAttribute::kWidth , SetLengthAttribute }}, [all...] |
Completed in 2 milliseconds