Flutter Engine
 
Loading...
Searching...
No Matches
flutter::SaveLayerOp Struct Referencefinal

#include <dl_op_records.h>

Inheritance diagram for flutter::SaveLayerOp:
flutter::SaveLayerOpBase flutter::SaveOpBase flutter::DLOp

Public Member Functions

 SaveLayerOp (const SaveLayerOptions &options, const DlRect &rect)
 
void dispatch (DlOpReceiver &receiver) const
 
- Public Member Functions inherited from flutter::SaveLayerOpBase
 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
 

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
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
 

Detailed Description

Definition at line 306 of file dl_op_records.h.

Constructor & Destructor Documentation

◆ SaveLayerOp()

flutter::SaveLayerOp::SaveLayerOp ( const SaveLayerOptions options,
const DlRect rect 
)
inline

Definition at line 309 of file dl_op_records.h.

SaveLayerOpBase(DisplayListOpType type, const SaveLayerOptions &options, const DlRect &rect)
static constexpr auto kType
SaveLayerOptions options

Member Function Documentation

◆ dispatch()

void flutter::SaveLayerOp::dispatch ( DlOpReceiver receiver) const
inline

Member Data Documentation

◆ kType

constexpr auto flutter::SaveLayerOp::kType = DisplayListOpType::kSaveLayer
staticconstexpr

Definition at line 307 of file dl_op_records.h.


The documentation for this struct was generated from the following file: