Flutter Engine
The Flutter Engine
|
#include <SkSVGUse.h>
Public Member Functions | |
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 Public Member Functions | |
static sk_sp< SkSVGUse > | Make () |
Additional Inherited Members | |
Static Protected Member Functions inherited from SkSVGNode | |
static SkMatrix | ComputeViewboxMatrix (const SkRect &, const SkRect &, SkSVGPreserveAspectRatio) |
Implements support for <use> (reference) elements. (https://www.w3.org/TR/SVG11/struct.html#UseElement)
Definition at line 18 of file SkSVGUse.h.
Implements SkSVGNode.
Definition at line 16 of file SkSVGUse.cpp.
Definition at line 20 of file SkSVGUse.h.
|
overrideprotectedvirtual |
Implements SkSVGNode.
Definition at line 52 of file SkSVGUse.cpp.
|
overrideprotectedvirtual |
Reimplemented from SkSVGNode.
Definition at line 61 of file SkSVGUse.cpp.
|
overrideprotectedvirtual |
Reimplemented from SkSVGTransformableNode.
Definition at line 27 of file SkSVGUse.cpp.
|
overrideprotectedvirtual |
Implements SkSVGNode.
Definition at line 43 of file SkSVGUse.cpp.