#include <dl_op_records.h>
Public Member Functions | |
| SaveLayerOpBase (DisplayListOpType type, const SaveLayerOptions &options, const DlRect &rect) | |
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 |
Public Attributes | |
| DlRect | rect |
| DlBlendMode | max_blend_mode = DlBlendMode::kClear |
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 |
Additional Inherited Members | |
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 |
Definition at line 295 of file dl_op_records.h.
|
inline |
Definition at line 296 of file dl_op_records.h.
| DlBlendMode flutter::SaveLayerOpBase::max_blend_mode = DlBlendMode::kClear |
Definition at line 302 of file dl_op_records.h.
Referenced by flutter::SaveLayerOp::dispatch(), and flutter::SaveLayerBackdropOp::dispatch().
| DlRect flutter::SaveLayerOpBase::rect |
Definition at line 301 of file dl_op_records.h.
Referenced by flutter::SaveLayerOp::dispatch(), flutter::SaveLayerBackdropOp::dispatch(), and flutter::SaveLayerBackdropOp::equals().