#include <dl_op_records.h>
Public Member Functions | |
| RotateOp (DlScalar degrees) | |
| void | dispatch (DlOpReceiver &receiver) const |
Public Member Functions inherited from flutter::TransformClipOpBase | |
| TransformClipOpBase (DisplayListOpType type) | |
Public Member Functions inherited from flutter::DLOp | |
| DLOp (DisplayListOpType type) | |
| DisplayListCompare | equals (const DLOp *other) const |
Public Attributes | |
| const DlScalar | degrees |
Public Attributes inherited from flutter::DLOp | |
| const DisplayListOpType | type |
Static Public Attributes | |
| static constexpr auto | kType = DisplayListOpType::kRotate |
Static Public Attributes inherited from flutter::TransformClipOpBase | |
| static constexpr uint32_t | kDepthInc = 0 |
| 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 395 of file dl_op_records.h.
|
inlineexplicit |
Definition at line 398 of file dl_op_records.h.
|
inline |
Definition at line 403 of file dl_op_records.h.
References degrees, and flutter::DlOpReceiver::rotate().
| const DlScalar flutter::RotateOp::degrees |
Definition at line 401 of file dl_op_records.h.
Referenced by dispatch().
|
staticconstexpr |
Definition at line 396 of file dl_op_records.h.