Flutter Engine
The Flutter Engine
|
#include "include/private/base/SkAttributes.h"
Go to the source code of this file.
Classes | |
class | SkEnumBitMask< E > |
Macros | |
#define | SK_MAKE_BITMASK_OPS(E) |
#define | SK_DECL_BITMASK_OPS_FRIENDS(E) |
#define SK_DECL_BITMASK_OPS_FRIENDS | ( | E | ) |
Definition at line 82 of file SkEnumBitMask.h.
#define SK_MAKE_BITMASK_OPS | ( | E | ) |
Defines functions that make it possible to use bitwise operators on an enum.
Definition at line 68 of file SkEnumBitMask.h.