Flutter Engine
The Flutter Engine
SkSVGFeGaussianBlur.h
Go to the documentation of this file.
1/*
2 * Copyright 2020 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef SkSVGFeGaussianBlur_DEFINED
9#define SkSVGFeGaussianBlur_DEFINED
10
13
15public:
16 struct StdDeviation {
19 };
20
23 }
24
25 SVG_ATTR(StdDeviation, StdDeviation, StdDeviation({0, 0}))
26
27protected:
28 sk_sp<SkImageFilter> onMakeImageFilter(const SkSVGRenderContext&,
29 const SkSVGFilterContext&) const override;
30
31 std::vector<SkSVGFeInputType> getInputs() const override { return {this->getIn()}; }
32
33 bool parseAndSetAttribute(const char*, const char*) override;
34
35private:
37
38 using INHERITED = SkSVGFe;
39};
40
41#endif // SkSVGFeGaussianBlur_DEFINED
#define SK_API
Definition: SkAPI.h:35
#define INHERITED(method,...)
Definition: SkRecorder.cpp:128
SkSVGTag
Definition: SkSVGNode.h:23
@ kFeGaussianBlur
#define SVG_ATTR(attr_name, attr_type, attr_default)
Definition: SkSVGNode.h:210
SkScalar SkSVGNumberType
Definition: SkSVGTypes.h:27
static sk_sp< SkSVGFeGaussianBlur > Make()
bool parseAndSetAttribute(const char *, const char *) override
Definition: SkSVGFe.cpp:93
SkSVGFe(SkSVGTag t)
Definition: SkSVGFe.h:67
Definition: ref_ptr.h:256