#include <dl_op_records.h>
Public Member Functions | |
| SaveOp () | |
| void | dispatch (DlOpReceiver &receiver) const |
Public Member Functions inherited from flutter::SaveOpBase | |
| 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 |
Static Public Attributes | |
| static constexpr auto | kType = DisplayListOpType::kSave |
Static Public Attributes inherited from flutter::SaveOpBase | |
| 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 |
Additional Inherited Members | |
Public Attributes inherited from flutter::SaveOpBase | |
| SaveLayerOptions | options |
| DlIndex | restore_index |
| uint32_t | total_content_depth |
Public Attributes inherited from flutter::DLOp | |
| const DisplayListOpType | type |
Definition at line 284 of file dl_op_records.h.
|
inline |
Definition at line 287 of file dl_op_records.h.
|
inline |
Definition at line 289 of file dl_op_records.h.
References flutter::DlOpReceiver::save(), and flutter::SaveOpBase::total_content_depth.
|
staticconstexpr |
Definition at line 285 of file dl_op_records.h.