Flutter Engine
 
Loading...
Searching...
No Matches
flutter::SaveLayerOpBase Struct Reference

#include <dl_op_records.h>

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

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
 

Detailed Description

Definition at line 295 of file dl_op_records.h.

Constructor & Destructor Documentation

◆ SaveLayerOpBase()

flutter::SaveLayerOpBase::SaveLayerOpBase ( DisplayListOpType  type,
const SaveLayerOptions options,
const DlRect rect 
)
inline

Definition at line 296 of file dl_op_records.h.

const DisplayListOpType type
SaveOpBase(DisplayListOpType type)
SaveLayerOptions options

Member Data Documentation

◆ max_blend_mode

DlBlendMode flutter::SaveLayerOpBase::max_blend_mode = DlBlendMode::kClear

◆ rect


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