Searched refs:SkSVGStop (Results 1 – 6 of 6) sorted by relevance
16 class SkSVGStop : public SkSVGHiddenContainer {18 ~SkSVGStop() override = default;19 static sk_sp<SkSVGStop> Make() { in Make()20 return sk_sp<SkSVGStop>(new SkSVGStop()); in Make()35 SkSVGStop();
12 SkSVGStop::SkSVGStop() : INHERITED(SkSVGTag::kStop) {} in SkSVGStop() function in SkSVGStop14 void SkSVGStop::setOffset(const SkSVGLength& offset) { in setOffset()18 void SkSVGStop::setStopColor(const SkSVGColorType& color) { in setStopColor()22 void SkSVGStop::setStopOpacity(const SkSVGNumberType& opacity) { in setStopOpacity()26 void SkSVGStop::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in onSetAttribute()
98 const auto& stop = static_cast<const SkSVGStop&>(*child); in collectColorStops()
328 { "stop" , []() -> sk_sp<SkSVGNode> { return SkSVGStop::Make(); }}, in __anon02daf3620d02()
1145 "experimental/svg/model/SkSVGStop.cpp",
934 "experimental/svg/model/SkSVGStop.cpp",1830 "experimental/svg/model/SkSVGStop.cpp",