Flutter Engine
The Flutter Engine
|
#include <dl_op_records.h>
Public Member Functions | |
SaveOpBase () | |
SaveOpBase (const SaveLayerOptions &options) | |
bool | save_needed (DispatchContext &ctx) const |
Public Member Functions inherited from flutter::DLOp | |
DisplayListCompare | equals (const DLOp *other) const |
Public Attributes | |
SaveLayerOptions | options |
int | restore_index |
uint32_t | total_content_depth |
Public Attributes inherited from flutter::DLOp | |
DisplayListOpType | type: 8 |
uint32_t | size: 24 |
Static Public Attributes | |
static constexpr uint32_t | kDepthInc = 0 |
static constexpr uint32_t | kRenderOpInc = 1 |
Static Public Attributes inherited from flutter::DLOp | |
static constexpr uint32_t | kDepthInc = 0 |
static constexpr uint32_t | kRenderOpInc = 0 |
Definition at line 319 of file dl_op_records.h.
|
inline |
Definition at line 323 of file dl_op_records.h.
|
inlineexplicit |
Definition at line 325 of file dl_op_records.h.
|
inline |
Definition at line 336 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 320 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 321 of file dl_op_records.h.
SaveLayerOptions flutter::SaveOpBase::options |
Definition at line 332 of file dl_op_records.h.
int flutter::SaveOpBase::restore_index |
Definition at line 333 of file dl_op_records.h.
uint32_t flutter::SaveOpBase::total_content_depth |
Definition at line 334 of file dl_op_records.h.