Searched defs:SkSVGStop (Results 1 - 4 of 4) sorted by relevance

/external/skia/experimental/svg/model/
H A DSkSVGStop.cpp9 #include "SkSVGStop.h"
12 SkSVGStop::SkSVGStop() : INHERITED(SkSVGTag::kStop) {} function in class:SkSVGStop
14 void SkSVGStop::setOffset(const SkSVGLength& offset) {
18 void SkSVGStop::setStopColor(const SkSVGColorType& color) {
22 void SkSVGStop::setStopOpacity(const SkSVGNumberType& opacity) {
26 void SkSVGStop::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) {
H A DSkSVGStop.h16 class SkSVGStop : public SkSVGHiddenContainer { class in inherits:SkSVGHiddenContainer
18 ~SkSVGStop() override = default;
19 static sk_sp<SkSVGStop> Make() {
20 return sk_sp<SkSVGStop>(new SkSVGStop());
35 SkSVGStop();
/external/skqp/experimental/svg/model/
H A DSkSVGStop.cpp9 #include "SkSVGStop.h"
12 SkSVGStop::SkSVGStop() : INHERITED(SkSVGTag::kStop) {} function in class:SkSVGStop
14 void SkSVGStop::setOffset(const SkSVGLength& offset) {
18 void SkSVGStop::setStopColor(const SkSVGColorType& color) {
22 void SkSVGStop::setStopOpacity(const SkSVGNumberType& opacity) {
26 void SkSVGStop::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) {
H A DSkSVGStop.h16 class SkSVGStop : public SkSVGHiddenContainer { class in inherits:SkSVGHiddenContainer
18 ~SkSVGStop() override = default;
19 static sk_sp<SkSVGStop> Make() {
20 return sk_sp<SkSVGStop>(new SkSVGStop());
35 SkSVGStop();

Completed in 309 milliseconds