Flutter Engine
The Flutter Engine
|
#include <SkImageFilterTypes.h>
Public Member Functions | |
LayerSpace ()=default | |
LayerSpace (const SkIPoint &geometry) | |
LayerSpace (SkIPoint &&geometry) | |
operator const SkIPoint & () const | |
int32_t | x () const |
int32_t | y () const |
LayerSpace< SkIPoint > | operator+ (const LayerSpace< IVector > &v) |
LayerSpace< SkIPoint > | operator- (const LayerSpace< IVector > &v) |
void | operator+= (const LayerSpace< IVector > &v) |
void | operator-= (const LayerSpace< IVector > &v) |
LayerSpace< IVector > | operator- (const LayerSpace< SkIPoint > &p) |
LayerSpace< IVector > | operator- () const |
Definition at line 250 of file SkImageFilterTypes.h.
|
default |
|
inlineexplicit |
Definition at line 253 of file SkImageFilterTypes.h.
|
inlineexplicit |
Definition at line 254 of file SkImageFilterTypes.h.
|
inlineexplicit |
Definition at line 255 of file SkImageFilterTypes.h.
|
inline |
Definition at line 262 of file SkImageFilterTypes.h.
|
inline |
Definition at line 269 of file SkImageFilterTypes.h.
|
inline |
Definition at line 281 of file SkImageFilterTypes.h.
|
inline |
Definition at line 265 of file SkImageFilterTypes.h.
|
inline |
Definition at line 277 of file SkImageFilterTypes.h.
|
inline |
Definition at line 272 of file SkImageFilterTypes.h.
|
inline |
Definition at line 258 of file SkImageFilterTypes.h.
|
inline |
Definition at line 259 of file SkImageFilterTypes.h.