Flutter Engine
The Flutter Engine
|
#include "include/core/SkRegion.h"
#include "include/private/base/SkMalloc.h"
#include "include/private/base/SkMath.h"
#include "include/private/base/SkTo.h"
#include <atomic>
#include <functional>
Go to the source code of this file.
Classes | |
class | SkRegionPriv |
struct | SkRegion::RunHead |
Macros | |
#define | assert_sentinel(value, isSentinel) SkASSERT(SkRegionValueIsSentinel(value) == isSentinel) |
Functions | |
bool | SkRegionValueIsSentinel (int32_t value) |
Variables | |
static constexpr int | SkRegion_kRunTypeSentinel = 0x7FFFFFFF |
#define assert_sentinel | ( | value, | |
isSentinel | |||
) | SkASSERT(SkRegionValueIsSentinel(value) == isSentinel) |
Definition at line 41 of file SkRegionPriv.h.
|
inline |
Definition at line 37 of file SkRegionPriv.h.
|
staticconstexpr |
Definition at line 35 of file SkRegionPriv.h.