#include <dl_op_records.h>
Public Member Functions | |
| DrawDashedLineOp (const DlPoint &p0, const DlPoint &p1, DlScalar on_length, DlScalar off_length) | |
| 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 DlPoint | p0 |
| const DlPoint | p1 |
| const DlScalar | on_length |
| const DlScalar | off_length |
Public Attributes inherited from flutter::DLOp | |
| const DisplayListOpType | type |
Static Public Attributes | |
| static constexpr auto | kType = DisplayListOpType::kDrawDashedLine |
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 648 of file dl_op_records.h.
|
inline |
Definition at line 651 of file dl_op_records.h.
|
inline |
Definition at line 666 of file dl_op_records.h.
References flutter::DlOpReceiver::drawDashedLine(), off_length, on_length, p0, and p1.
|
staticconstexpr |
Definition at line 649 of file dl_op_records.h.
| const DlScalar flutter::DrawDashedLineOp::off_length |
Definition at line 664 of file dl_op_records.h.
Referenced by dispatch().
| const DlScalar flutter::DrawDashedLineOp::on_length |
Definition at line 663 of file dl_op_records.h.
Referenced by dispatch().
| const DlPoint flutter::DrawDashedLineOp::p0 |
Definition at line 661 of file dl_op_records.h.
Referenced by dispatch().
| const DlPoint flutter::DrawDashedLineOp::p1 |
Definition at line 662 of file dl_op_records.h.
Referenced by dispatch().