8 #ifndef SkSVGFeDisplacementMap_DEFINED
9 #define SkSVGFeDisplacementMap_DEFINED
35 return {this->getIn(), this->getIn2()};
SkColorChannel
Describes different color channels one can manipulate.
Definition: SkColor.h:228
SkSVGTag
Definition: SkSVGNode.h:23
#define SVG_ATTR(attr_name, attr_type, attr_default)
Definition: SkSVGNode.h:203
SkSVGColorspace
Definition: SkSVGTypes.h:719
SkScalar SkSVGNumberType
Definition: SkSVGTypes.h:27
Base class for image filters.
Definition: SkImageFilter.h:35
Definition: SkSVGFeDisplacementMap.h:14
SkSVGColorspace resolveColorspace(const SkSVGRenderContext &, const SkSVGFilterContext &) const final
Resolves the colorspace within which this filter effect should be applied.
static sk_sp< SkSVGFeDisplacementMap > Make()
Definition: SkSVGFeDisplacementMap.h:18
bool parseAndSetAttribute(const char *, const char *) override
SkSVGFe(SkSVGTag t)
Definition: SkSVGFe.h:65
Definition: SkSVGFilterContext.h:21
Definition: SkSVGRenderContext.h:61
Shared pointer class to wrap classes that support a ref()/unref() interface.
Definition: SkRefCnt.h:220