#include <dl_op_records.h>
Definition at line 812 of file dl_op_records.h.
◆ DrawVerticesOp()
flutter::DrawVerticesOp::DrawVerticesOp |
( |
DlBlendMode |
mode | ) |
|
|
inlineexplicit |
◆ dispatch()
Definition at line 819 of file dl_op_records.h.
819 {
821 const DlVertices* vertices =
822 reinterpret_cast<const DlVertices*>(this + 1);
823 ctx.receiver.drawVertices(vertices,
mode);
824 }
825 }
bool op_needed(const DispatchContext &ctx) const
◆ kType
constexpr auto flutter::DrawVerticesOp::kType = DisplayListOpType::kDrawVertices |
|
staticconstexpr |
◆ mode
The documentation for this struct was generated from the following file: