Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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 (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
 

Public Attributes

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

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

Constructor & Destructor Documentation

◆ SaveLayerOpBase()

flutter::SaveLayerOpBase::SaveLayerOpBase ( const SaveLayerOptions options,
const SkRect rect 
)
inline

Definition at line 358 of file dl_op_records.h.

Member Data Documentation

◆ rect

SkRect flutter::SaveLayerOpBase::rect

Definition at line 361 of file dl_op_records.h.


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