#include <dl_op_records.h>
Public Member Functions | |
| SaveOpBase (DisplayListOpType type) | |
| SaveOpBase (DisplayListOpType type, const SaveLayerOptions &options) | |
Public Member Functions inherited from flutter::DLOp | |
| DLOp (DisplayListOpType type) | |
| DisplayListCompare | equals (const DLOp *other) const |
Public Attributes | |
| SaveLayerOptions | options |
| DlIndex | restore_index |
| uint32_t | total_content_depth |
Public Attributes inherited from flutter::DLOp | |
| const DisplayListOpType | type |
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 262 of file dl_op_records.h.
|
inlineexplicit |
Definition at line 266 of file dl_op_records.h.
|
inline |
Definition at line 269 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 263 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 264 of file dl_op_records.h.
| SaveLayerOptions flutter::SaveOpBase::options |
Definition at line 279 of file dl_op_records.h.
Referenced by flutter::SaveLayerOp::dispatch(), flutter::SaveLayerBackdropOp::dispatch(), and flutter::SaveLayerBackdropOp::equals().
| DlIndex flutter::SaveOpBase::restore_index |
Definition at line 280 of file dl_op_records.h.
Referenced by flutter::DisplayListBuilder::Restore().
| uint32_t flutter::SaveOpBase::total_content_depth |
Definition at line 281 of file dl_op_records.h.
Referenced by flutter::SaveOp::dispatch(), flutter::SaveLayerOp::dispatch(), flutter::SaveLayerBackdropOp::dispatch(), and flutter::DisplayListBuilder::Restore().