#include <dl_op_records.h>
Public Member Functions | |
| TranslateOp (DlScalar tx, DlScalar ty) | |
| 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 | tx |
| const DlScalar | ty |
Public Attributes inherited from flutter::DLOp | |
| const DisplayListOpType | type |
Static Public Attributes | |
| static constexpr auto | kType = DisplayListOpType::kTranslate |
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 366 of file dl_op_records.h.
Definition at line 369 of file dl_op_records.h.
|
inline |
Definition at line 375 of file dl_op_records.h.
References flutter::DlOpReceiver::translate(), tx, and ty.
|
staticconstexpr |
Definition at line 367 of file dl_op_records.h.
| const DlScalar flutter::TranslateOp::tx |
Definition at line 372 of file dl_op_records.h.
Referenced by dispatch().
| const DlScalar flutter::TranslateOp::ty |
Definition at line 373 of file dl_op_records.h.
Referenced by dispatch().