![]() |
Flutter Engine
The Flutter Engine
|
#include <dl_op_records.h>
Public Member Functions | |
SaveLayerOpBase (const SaveLayerOptions &options, const SkRect &rect) | |
![]() | |
SaveOpBase () | |
SaveOpBase (const SaveLayerOptions &options) | |
bool | save_needed (DispatchContext &ctx) const |
![]() | |
DisplayListCompare | equals (const DLOp *other) const |
Public Attributes | |
SkRect | rect |
DlBlendMode | max_blend_mode = DlBlendMode::kClear |
![]() | |
SaveLayerOptions | options |
int | restore_index |
uint32_t | total_content_depth |
![]() | |
DisplayListOpType | type: 8 |
uint32_t | size: 24 |
Additional Inherited Members | |
![]() | |
static constexpr uint32_t | kDepthInc = 0 |
static constexpr uint32_t | kRenderOpInc = 1 |
![]() | |
static constexpr uint32_t | kDepthInc = 0 |
static constexpr uint32_t | kRenderOpInc = 0 |
Definition at line 357 of file dl_op_records.h.
|
inline |
Definition at line 358 of file dl_op_records.h.
DlBlendMode flutter::SaveLayerOpBase::max_blend_mode = DlBlendMode::kClear |
Definition at line 362 of file dl_op_records.h.
SkRect flutter::SaveLayerOpBase::rect |
Definition at line 361 of file dl_op_records.h.