Flutter Engine
The Flutter Engine
|
#include <dl_op_flags.h>
Static Protected Attributes | |
static constexpr int | kIsNonGeometric = 0 |
static constexpr int | kIsFilledGeometry = 1 << 0 |
static constexpr int | kIsStrokedGeometry = 1 << 1 |
static constexpr int | kIsDrawnGeometry = 1 << 2 |
static constexpr int | kIsAnyGeometryMask |
static constexpr int | kFloodsSurface = 1 << 3 |
static constexpr int | kMayHaveCaps = 1 << 4 |
static constexpr int | kMayHaveJoins = 1 << 5 |
static constexpr int | kButtCapIsSquare = 1 << 6 |
static constexpr int | kMayHaveDiagonalCaps = 1 << 7 |
static constexpr int | kMayHaveAcuteJoins = 1 << 8 |
static constexpr int | kAnySpecialGeometryMask |
static constexpr int | kUsesAntiAlias = 1 << 10 |
static constexpr int | kUsesAlpha = 1 << 11 |
static constexpr int | kUsesColor = 1 << 12 |
static constexpr int | kUsesBlend = 1 << 13 |
static constexpr int | kUsesShader = 1 << 14 |
static constexpr int | kUsesColorFilter = 1 << 15 |
static constexpr int | kUsesMaskFilter = 1 << 16 |
static constexpr int | kUsesImageFilter = 1 << 17 |
static constexpr int | kIgnoresPaint = 1 << 30 |
static constexpr int | kAnyAttributeMask |
The base class for the classes that maintain a list of attributes that might be important for a number of operations including which rendering attributes need to be set before calling a rendering method (all |drawSomething| calls), or for determining which exceptional conditions may need to be accounted for in bounds calculations. This class contains only protected definitions and helper methods for the public classes |DisplayListAttributeFlags| and |DisplayListSpecialGeometryFlags|.
Definition at line 22 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 101 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 77 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 54 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 50 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 98 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 43 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 41 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 31 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 26 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 36 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 75 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 52 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 64 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 53 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 83 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 82 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 85 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 84 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 87 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 89 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 88 of file dl_op_flags.h.
|
staticconstexprprotected |
Definition at line 86 of file dl_op_flags.h.