Flutter Engine
The Flutter Engine
|
#include <dl_op_records.h>
Public Member Functions | |
SetStyleOp (DlDrawStyle style) | |
void | dispatch (DispatchContext &ctx) const |
Public Member Functions inherited from flutter::DLOp | |
DisplayListCompare | equals (const DLOp *other) const |
Public Attributes | |
const DlDrawStyle | style |
Public Attributes inherited from flutter::DLOp | |
DisplayListOpType | type: 8 |
uint32_t | size: 24 |
Static Public Attributes | |
static constexpr auto | kType = DisplayListOpType::kSetStyle |
Static Public Attributes inherited from flutter::DLOp | |
static constexpr uint32_t | kDepthInc = 0 |
static constexpr uint32_t | kRenderOpInc = 0 |
Definition at line 145 of file dl_op_records.h.
|
inlineexplicit |
Definition at line 148 of file dl_op_records.h.
|
inline |
Definition at line 152 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 146 of file dl_op_records.h.
const DlDrawStyle flutter::SetStyleOp::style |
Definition at line 150 of file dl_op_records.h.