Home
last modified time | relevance | path

Searched refs:SkSVGStop (Results 1 – 6 of 6) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGStop.h16 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();
DSkSVGStop.cpp12 SkSVGStop::SkSVGStop() : INHERITED(SkSVGTag::kStop) {} in SkSVGStop() function in SkSVGStop
14 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()
DSkSVGLinearGradient.cpp98 const auto& stop = static_cast<const SkSVGStop&>(*child); in collectColorStops()
DSkSVGDOM.cpp328 { "stop" , []() -> sk_sp<SkSVGNode> { return SkSVGStop::Make(); }}, in __anon02daf3620d02()
/external/skia/
DBUILD.gn1145 "experimental/svg/model/SkSVGStop.cpp",
DAndroid.bp934 "experimental/svg/model/SkSVGStop.cpp",
1830 "experimental/svg/model/SkSVGStop.cpp",