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