Searched refs:SkSVGPathValue (Results 1 – 3 of 3) sorted by relevance
19 if (const auto* path = v.as<SkSVGPathValue>()) { in onSetAttribute()
81 using SkSVGPathValue = SkSVGWrapperValue<SkPath , SkSVGValue::Type::kPath >; variable
94 node->setAttribute(attr, SkSVGPathValue(path)); in SetPathDataAttribute()