Flutter Engine
The Flutter Engine
|
#include <SkSVGValue.h>
Public Types | |
enum class | Type { kColor , kFilter , kLength , kNumber , kObjectBoundingBoxUnits , kPreserveAspectRatio , kStopColor , kString , kTransform , kViewBox } |
Public Member Functions | |
Type | type () const |
template<typename T > | |
const T * | as () const |
Public Member Functions inherited from SkNoncopyable | |
SkNoncopyable ()=default | |
SkNoncopyable (SkNoncopyable &&)=default | |
SkNoncopyable & | operator= (SkNoncopyable &&)=default |
Protected Member Functions | |
SkSVGValue (Type t) | |
Definition at line 18 of file SkSVGValue.h.
|
strong |
Enumerator | |
---|---|
kColor | |
kFilter | |
kLength | |
kNumber | |
kObjectBoundingBoxUnits | |
kPreserveAspectRatio | |
kStopColor | |
kString | |
kTransform | |
kViewBox |
Definition at line 20 of file SkSVGValue.h.
|
inlineprotected |
Definition at line 41 of file SkSVGValue.h.
Definition at line 36 of file SkSVGValue.h.
|
inline |
Definition at line 33 of file SkSVGValue.h.