Flutter Engine
The Flutter Engine
|
#include <SkSVGFeLighting.h>
Static Public Member Functions | |
static sk_sp< SkSVGFeSpecularLighting > | Make () |
Static Public Member Functions inherited from SkSVGFe | |
static bool | IsFilterEffect (const sk_sp< SkSVGNode > &node) |
Additional Inherited Members | |
Public Member Functions inherited from SkSVGFe | |
sk_sp< SkImageFilter > | makeImageFilter (const SkSVGRenderContext &ctx, const SkSVGFilterContext &fctx) const |
SkRect | resolveFilterSubregion (const SkSVGRenderContext &, const SkSVGFilterContext &) const |
virtual SkSVGColorspace | resolveColorspace (const SkSVGRenderContext &, const SkSVGFilterContext &) const |
void | applyProperties (SkSVGRenderContext *) const |
Public Member Functions inherited from SkSVGContainer | |
void | appendChild (sk_sp< SkSVGNode >) override |
Public Member Functions inherited from SkSVGTransformableNode | |
void | setTransform (const SkSVGTransformType &t) |
Public Member Functions inherited from SkSVGNode | |
~SkSVGNode () override | |
SkSVGTag | tag () const |
virtual void | appendChild (sk_sp< SkSVGNode >)=0 |
void | render (const SkSVGRenderContext &) const |
bool | asPaint (const SkSVGRenderContext &, SkPaint *) const |
SkPath | asPath (const SkSVGRenderContext &) const |
SkRect | objectBoundingBox (const SkSVGRenderContext &) const |
void | setAttribute (SkSVGAttribute, const SkSVGValue &) |
bool | setAttribute (const char *attributeName, const char *attributeValue) |
virtual bool | parseAndSetAttribute (const char *name, const char *value) |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Static Protected Member Functions inherited from SkSVGNode | |
static SkMatrix | ComputeViewboxMatrix (const SkRect &, const SkRect &, SkSVGPreserveAspectRatio) |
Protected Attributes inherited from SkSVGContainer | |
skia_private::STArray< 1, sk_sp< SkSVGNode >, true > | fChildren |
Definition at line 62 of file SkSVGFeLighting.h.
|
inlinestatic |
Definition at line 64 of file SkSVGFeLighting.h.
|
finalprotectedvirtual |
Implements SkSVGFeLighting.
Definition at line 93 of file SkSVGFeLighting.cpp.
|
finalprotectedvirtual |
Implements SkSVGFeLighting.
Definition at line 108 of file SkSVGFeLighting.cpp.
|
finalprotectedvirtual |
Implements SkSVGFeLighting.
Definition at line 121 of file SkSVGFeLighting.cpp.
|
overrideprotectedvirtual |
Reimplemented from SkSVGFeLighting.
Definition at line 85 of file SkSVGFeLighting.cpp.