Flutter Engine
The Flutter Engine
|
#include <dl_op_records.h>
Public Member Functions | |
SaveLayerOp (const SaveLayerOptions &options, const SkRect &rect) | |
void | dispatch (DispatchContext &ctx) const |
Public Member Functions inherited from flutter::SaveLayerOpBase | |
SaveLayerOpBase (const SaveLayerOptions &options, const SkRect &rect) | |
Public Member Functions inherited from flutter::SaveOpBase | |
SaveOpBase () | |
SaveOpBase (const SaveLayerOptions &options) | |
bool | save_needed (DispatchContext &ctx) const |
Public Member Functions inherited from flutter::DLOp | |
DisplayListCompare | equals (const DLOp *other) const |
Static Public Attributes | |
static constexpr auto | kType = DisplayListOpType::kSaveLayer |
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::SaveLayerOpBase | |
SkRect | rect |
DlBlendMode | max_blend_mode = DlBlendMode::kClear |
Public Attributes inherited from flutter::SaveOpBase | |
SaveLayerOptions | options |
int | restore_index |
uint32_t | total_content_depth |
Public Attributes inherited from flutter::DLOp | |
DisplayListOpType | type: 8 |
uint32_t | size: 24 |
Definition at line 366 of file dl_op_records.h.
|
inline |
Definition at line 369 of file dl_op_records.h.
|
inline |
Definition at line 372 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 367 of file dl_op_records.h.