#include <dl_op_records.h>
Public Member Functions | |
| DrawArcOp (DlRect bounds, DlScalar start, DlScalar sweep, bool center) | |
| 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 DlRect | bounds |
| const DlScalar | start |
| const DlScalar | sweep |
| const bool | center |
Public Attributes inherited from flutter::DLOp | |
| const DisplayListOpType | type |
Static Public Attributes | |
| static constexpr auto | kType = DisplayListOpType::kDrawArc |
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 672 of file dl_op_records.h.
Definition at line 675 of file dl_op_records.h.
|
inline |
| const DlRect flutter::DrawArcOp::bounds |
Definition at line 682 of file dl_op_records.h.
Referenced by dispatch().
| const bool flutter::DrawArcOp::center |
Definition at line 685 of file dl_op_records.h.
Referenced by dispatch().
|
staticconstexpr |
Definition at line 673 of file dl_op_records.h.
| const DlScalar flutter::DrawArcOp::start |
Definition at line 683 of file dl_op_records.h.
Referenced by dispatch().
| const DlScalar flutter::DrawArcOp::sweep |
Definition at line 684 of file dl_op_records.h.
Referenced by dispatch().