#include <dl_op_records.h>
Public Member Functions | |
| DrawVerticesOp (const std::shared_ptr< DlVertices > &vertices, DlBlendMode mode) | |
| void | dispatch (DlOpReceiver &receiver) const |
Public Member Functions inherited from flutter::DrawOpBase | |
| DrawOpBase (DisplayListOpType type) | |
Public Member Functions inherited from flutter::DLOp | |
| DLOp (DisplayListOpType type) | |
| DisplayListCompare | equals (const DLOp *other) const |
Public Attributes | |
| const DlBlendMode | mode |
| const std::shared_ptr< DlVertices > | vertices |
Public Attributes inherited from flutter::DLOp | |
| const DisplayListOpType | type |
Static Public Attributes | |
| static constexpr auto | kType = DisplayListOpType::kDrawVertices |
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 |
Definition at line 718 of file dl_op_records.h.
|
inlineexplicit |
Definition at line 721 of file dl_op_records.h.
|
inline |
Definition at line 728 of file dl_op_records.h.
References flutter::DlOpReceiver::drawVertices(), mode, and vertices.
|
staticconstexpr |
Definition at line 719 of file dl_op_records.h.
| const DlBlendMode flutter::DrawVerticesOp::mode |
Definition at line 725 of file dl_op_records.h.
Referenced by dispatch().
| const std::shared_ptr<DlVertices> flutter::DrawVerticesOp::vertices |
Definition at line 726 of file dl_op_records.h.
Referenced by dispatch().