#include <dl_op_records.h>
Public Member Functions | |
| DrawPathOp (const DlPath &path) | |
| void | dispatch (DlOpReceiver &receiver) const |
| DisplayListCompare | equals (const DrawPathOp *other) 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 DlPath | path |
Public Attributes inherited from flutter::DLOp | |
| const DisplayListOpType | type |
Static Public Attributes | |
| static constexpr auto | kType = DisplayListOpType::kDrawPath |
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 605 of file dl_op_records.h.
|
inlineexplicit |
Definition at line 608 of file dl_op_records.h.
|
inline |
Definition at line 612 of file dl_op_records.h.
References flutter::DlOpReceiver::drawPath(), and path.
|
inline |
Definition at line 616 of file dl_op_records.h.
References flutter::kEqual, flutter::kNotEqual, and path.
|
staticconstexpr |
Definition at line 606 of file dl_op_records.h.
| const DlPath flutter::DrawPathOp::path |
Definition at line 610 of file dl_op_records.h.
Referenced by dispatch(), and equals().