Searched refs:SkSVGPointsValue (Results 1 – 3 of 3) sorted by relevance
26 if (const auto* pts = v.as<SkSVGPointsValue>()) { in onSetAttribute()
88 using SkSVGPointsValue = SkSVGWrapperValue<SkSVGPointsType , SkSVGValue::Type::kPoints >; variable
190 node->setAttribute(attr, SkSVGPointsValue(points)); in SetPointsAttribute()