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

#include <dl_op_records.h>

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

Public Member Functions

 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

SaveLayerOptions options
 
DlIndex restore_index
 
uint32_t total_content_depth
 
- Public Attributes inherited from flutter::DLOp
const DisplayListOpType type
 

Static Public Attributes

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 262 of file dl_op_records.h.

Constructor & Destructor Documentation

◆ SaveOpBase() [1/2]

flutter::SaveOpBase::SaveOpBase ( DisplayListOpType  type)
inlineexplicit

Definition at line 266 of file dl_op_records.h.

DLOp(DisplayListOpType type)
const DisplayListOpType type
SaveLayerOptions options

◆ SaveOpBase() [2/2]

flutter::SaveOpBase::SaveOpBase ( DisplayListOpType  type,
const SaveLayerOptions options 
)
inline

Definition at line 269 of file dl_op_records.h.

270 : DLOp(type),
272 restore_index(0),

Member Data Documentation

◆ kDepthInc

constexpr uint32_t flutter::SaveOpBase::kDepthInc = 0
staticconstexpr

Definition at line 263 of file dl_op_records.h.

◆ kRenderOpInc

constexpr uint32_t flutter::SaveOpBase::kRenderOpInc = 1
staticconstexpr

Definition at line 264 of file dl_op_records.h.

◆ options

◆ restore_index

DlIndex flutter::SaveOpBase::restore_index

Definition at line 280 of file dl_op_records.h.

Referenced by flutter::DisplayListBuilder::Restore().

◆ total_content_depth

uint32_t flutter::SaveOpBase::total_content_depth

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