Flutter Engine
The Flutter Engine
|
#include <SkImageFilterTypes.h>
Public Member Functions | |
LayerSpace ()=default | |
LayerSpace (const IVector &geometry) | |
LayerSpace (IVector &&geometry) | |
operator const IVector & () const | |
operator SkIVector () const | |
int32_t | x () const |
int32_t | y () const |
LayerSpace< IVector > | operator- () const |
LayerSpace< IVector > | operator+ (const LayerSpace< IVector > &v) const |
LayerSpace< IVector > | operator- (const LayerSpace< IVector > &v) const |
void | operator+= (const LayerSpace< IVector > &v) |
void | operator-= (const LayerSpace< IVector > &v) |
Definition at line 154 of file SkImageFilterTypes.h.
|
default |
|
inlineexplicit |
Definition at line 157 of file SkImageFilterTypes.h.
|
inlineexplicit |
Definition at line 158 of file SkImageFilterTypes.h.
|
inlineexplicit |
Definition at line 159 of file SkImageFilterTypes.h.
|
inlineexplicit |
Definition at line 161 of file SkImageFilterTypes.h.
|
inline |
Definition at line 168 of file SkImageFilterTypes.h.
|
inline |
Definition at line 179 of file SkImageFilterTypes.h.
|
inline |
Definition at line 166 of file SkImageFilterTypes.h.
|
inline |
Definition at line 173 of file SkImageFilterTypes.h.
|
inline |
Definition at line 183 of file SkImageFilterTypes.h.
|
inline |
Definition at line 163 of file SkImageFilterTypes.h.
|
inline |
Definition at line 164 of file SkImageFilterTypes.h.