Searched refs:SetNumberAttribute (Results 1 – 1 of 1) sorted by relevance
/external/skia/experimental/svg/model/ |
D | SkSVGDOM.cpp | 118 bool SetNumberAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetNumberAttribute() function 285 { "fill-opacity" , { SkSVGAttribute::kFillOpacity , SetNumberAttribute }}, 290 { "opacity" , { SkSVGAttribute::kOpacity , SetNumberAttribute }}, 297 { "stop-opacity" , { SkSVGAttribute::kStopOpacity , SetNumberAttribute }}, 301 { "stroke-opacity" , { SkSVGAttribute::kStrokeOpacity , SetNumberAttribute }},
|