Flutter Engine
The Flutter Engine
|
#include <dl_op_records.h>
Public Member Functions | |
DrawPaintOp () | |
void | dispatch (DispatchContext &ctx) const |
Public Member Functions inherited from flutter::DrawOpBase | |
bool | op_needed (const DispatchContext &ctx) const |
Public Member Functions inherited from flutter::DLOp | |
DisplayListCompare | equals (const DLOp *other) const |
Static Public Attributes | |
static constexpr auto | kType = DisplayListOpType::kDrawPaint |
Static Public Attributes inherited from flutter::DrawOpBase | |
static constexpr uint32_t | kDepthInc = 1 |
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::DLOp | |
DisplayListOpType | type: 8 |
uint32_t | size: 24 |
Definition at line 634 of file dl_op_records.h.
|
inline |
Definition at line 637 of file dl_op_records.h.
|
inline |
Definition at line 639 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 635 of file dl_op_records.h.