Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
SkSVGFeLightSource Class Reference

#include <SkSVGFeLightSource.h>

Inheritance diagram for SkSVGFeLightSource:
SkSVGHiddenContainer SkSVGContainer SkSVGTransformableNode SkSVGNode SkRefCnt SkRefCntBase SkSVGFeDistantLight SkSVGFePointLight SkSVGFeSpotLight

Public Member Functions

void appendChild (sk_sp< SkSVGNode >) final
 
- Public Member Functions inherited from SkSVGTransformableNode
void setTransform (const SkSVGTransformType &t)
 
- Public Member Functions inherited from SkSVGNode
 ~SkSVGNode () override
 
SkSVGTag tag () const
 
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
 

Protected Member Functions

 SkSVGFeLightSource (SkSVGTag tag)
 
- Protected Member Functions inherited from SkSVGHiddenContainer
 SkSVGHiddenContainer (SkSVGTag t)
 
void onRender (const SkSVGRenderContext &) const final
 
- Protected Member Functions inherited from SkSVGContainer
 SkSVGContainer (SkSVGTag)
 
SkPath onAsPath (const SkSVGRenderContext &) const override
 
SkRect onObjectBoundingBox (const SkSVGRenderContext &) const override
 
bool hasChildren () const final
 
- Protected Member Functions inherited from SkSVGTransformableNode
 SkSVGTransformableNode (SkSVGTag)
 
bool onPrepareToRender (SkSVGRenderContext *) const override
 
void onSetAttribute (SkSVGAttribute, const SkSVGValue &) override
 
void mapToParent (SkPath *) const
 
void mapToParent (SkRect *) const
 
- Protected Member Functions inherited from SkSVGNode
 SkSVGNode (SkSVGTag)
 
virtual bool onAsPaint (const SkSVGRenderContext &, SkPaint *) const
 

Additional Inherited Members

- 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
 

Detailed Description

Definition at line 15 of file SkSVGFeLightSource.h.

Constructor & Destructor Documentation

◆ SkSVGFeLightSource()

SkSVGFeLightSource::SkSVGFeLightSource ( SkSVGTag  tag)
inlineexplicitprotected

Definition at line 22 of file SkSVGFeLightSource.h.

22: INHERITED(tag) {}
SkSVGTag tag() const
Definition SkSVGNode.h:99

Member Function Documentation

◆ appendChild()

void SkSVGFeLightSource::appendChild ( sk_sp< SkSVGNode )
inlinefinalvirtual

Reimplemented from SkSVGContainer.

Definition at line 17 of file SkSVGFeLightSource.h.

17 {
18 SkDebugf("cannot append child nodes to an SVG light source.\n");
19 }
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1

The documentation for this class was generated from the following file: