Flutter Engine
The Flutter Engine
|
#include <SkImageFilterTypes.h>
Public Member Functions | |
LayerSpace ()=default | |
LayerSpace (const SkIRect &geometry) | |
LayerSpace (SkIRect &&geometry) | |
LayerSpace (const SkISize &size) | |
operator const SkIRect & () const | |
LayerSpace< SkIRect > | relevantSubset (const LayerSpace< SkIRect > dstRect, SkTileMode) const |
bool | isEmpty () const |
bool | contains (const LayerSpace< SkIRect > &r) const |
int32_t | left () const |
int32_t | top () const |
int32_t | right () const |
int32_t | bottom () const |
int32_t | width () const |
int32_t | height () const |
LayerSpace< SkIPoint > | topLeft () const |
LayerSpace< SkISize > | size () const |
bool | intersect (const LayerSpace< SkIRect > &r) |
void | join (const LayerSpace< SkIRect > &r) |
void | offset (const LayerSpace< IVector > &v) |
void | outset (const LayerSpace< SkISize > &delta) |
void | inset (const LayerSpace< SkISize > &delta) |
Static Public Member Functions | |
static LayerSpace< SkIRect > | Empty () |
static constexpr std::optional< LayerSpace< SkIRect > > | Unbounded () |
template<typename BoundsFn > | |
static LayerSpace< SkIRect > | Union (int boundsCount, BoundsFn boundsFn) |
static bool | Intersects (const LayerSpace< SkIRect > &a, const LayerSpace< SkIRect > &b) |
Definition at line 371 of file SkImageFilterTypes.h.
|
default |
|
inlineexplicit |
Definition at line 374 of file SkImageFilterTypes.h.
|
inlineexplicit |
Definition at line 375 of file SkImageFilterTypes.h.
|
inlineexplicit |
Definition at line 376 of file SkImageFilterTypes.h.
|
inline |
Definition at line 409 of file SkImageFilterTypes.h.
|
inline |
Definition at line 404 of file SkImageFilterTypes.h.
|
inlinestatic |
Definition at line 379 of file SkImageFilterTypes.h.
|
inline |
Definition at line 412 of file SkImageFilterTypes.h.
|
inline |
Definition at line 425 of file SkImageFilterTypes.h.
|
inline |
Definition at line 421 of file SkImageFilterTypes.h.
|
inlinestatic |
Definition at line 417 of file SkImageFilterTypes.h.
|
inline |
Definition at line 403 of file SkImageFilterTypes.h.
|
inline |
Definition at line 422 of file SkImageFilterTypes.h.
|
inline |
Definition at line 406 of file SkImageFilterTypes.h.
|
inline |
Definition at line 423 of file SkImageFilterTypes.h.
|
inlineexplicit |
Definition at line 377 of file SkImageFilterTypes.h.
|
inline |
Definition at line 424 of file SkImageFilterTypes.h.
LayerSpace< SkIRect > skif::LayerSpace< SkIRect >::relevantSubset | ( | const LayerSpace< SkIRect > | dstRect, |
SkTileMode | tileMode | ||
) | const |
Definition at line 407 of file SkImageFilterTypes.cpp.
|
inline |
Definition at line 408 of file SkImageFilterTypes.h.
|
inline |
Definition at line 415 of file SkImageFilterTypes.h.
|
inline |
Definition at line 407 of file SkImageFilterTypes.h.
|
inline |
Definition at line 414 of file SkImageFilterTypes.h.
|
inlinestaticconstexpr |
Definition at line 381 of file SkImageFilterTypes.h.
|
inlinestatic |
Definition at line 387 of file SkImageFilterTypes.h.
|
inline |
Definition at line 411 of file SkImageFilterTypes.h.