Searched refs:SkSVGClipValue (Results 1 – 3 of 3) sorted by relevance
98 if (const SkSVGClipValue* clip = v.as<SkSVGClipValue>()) { in onSetAttribute()
74 using SkSVGClipValue = SkSVGWrapperValue<SkSVGClip , SkSVGValue::Type::kClip >; variable
78 node->setAttribute(attr, SkSVGClipValue(clip)); in SetClipPathAttribute()