Home
last modified time | relevance | path

Searched refs:SkSVGStop (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/svg/include/
H A DSkSVGStop.h16 class SkSVGStop : public SkSVGHiddenContainer { class
18 static sk_sp<SkSVGStop> Make() { in Make()
19 return sk_sp<SkSVGStop>(new SkSVGStop()); in Make()
29 SkSVGStop();
H A DSkSVGGradient.h17 class SkSVGStop;
43 SkColor4f resolveStopColor(const SkSVGRenderContext&, const SkSVGStop&) const;
/third_party/skia/modules/svg/src/
H A DSkSVGStop.cpp10 #include "modules/svg/include/SkSVGStop.h"
13 SkSVGStop::SkSVGStop() : INHERITED(SkSVGTag::kStop) {} in SkSVGStop() function in SkSVGStop
15 bool SkSVGStop::parseAndSetAttribute(const char* n, const char* v) { in parseAndSetAttribute()
H A DSkSVGGradient.cpp11 #include "modules/svg/include/SkSVGStop.h"
37 const auto& stop = static_cast<const SkSVGStop&>(*child); in collectColorStops()
55 const SkSVGStop& stop) const { in resolveStopColor()
H A DSkSVGDOM.cpp44 #include "modules/svg/include/SkSVGStop.h"
271 { "stop" , []() -> sk_sp<SkSVGNode> { return SkSVGStop::Make(); }},

Completed in 2 milliseconds