Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Functions | |
static bool | SkIsValidMode (SkBlendMode mode) |
static bool | SkIsValidIRect (const SkIRect &rect) |
static bool | SkIsValidRect (const SkRect &rect) |
|
inlinestatic |
Returns true if the rect's dimensions are between 0 and SK_MaxS32
Definition at line 22 of file SkValidationUtils.h.
|
inlinestatic |
Returns true if mode's value is in the SkBlendMode enum.
Definition at line 16 of file SkValidationUtils.h.
|
inlinestatic |
Returns true if the rect's dimensions are between 0 and SK_ScalarMax
Definition at line 28 of file SkValidationUtils.h.