Flutter Engine
The Flutter Engine
|
#include <SkSVGValue.h>
Public Member Functions | |
SkSVGWrapperValue (const T &v) | |
operator const T & () const | |
const T * | operator-> () const |
Public Member Functions inherited from SkSVGValue | |
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 |
Static Public Attributes | |
static constexpr Type | TYPE = ValueType |
Additional Inherited Members | |
Public Types inherited from SkSVGValue | |
enum class | Type { kColor , kFilter , kLength , kNumber , kObjectBoundingBoxUnits , kPreserveAspectRatio , kStopColor , kString , kTransform , kViewBox } |
Protected Member Functions inherited from SkSVGValue | |
SkSVGValue (Type t) | |
Definition at line 50 of file SkSVGValue.h.
|
inlineexplicit |
Definition at line 54 of file SkSVGValue.h.
|
inline |
Definition at line 58 of file SkSVGValue.h.
|
inline |
Definition at line 59 of file SkSVGValue.h.
|
staticconstexpr |
Definition at line 52 of file SkSVGValue.h.