#include <dl_op_records.h>
Public Member Functions | |
| SkewOp (DlScalar sx, DlScalar sy) | |
| 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 | sx |
| const DlScalar | sy |
Public Attributes inherited from flutter::DLOp | |
| const DisplayListOpType | type |
Static Public Attributes | |
| static constexpr auto | kType = DisplayListOpType::kSkew |
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 409 of file dl_op_records.h.
Definition at line 412 of file dl_op_records.h.
|
inline |
Definition at line 418 of file dl_op_records.h.
References flutter::DlOpReceiver::skew(), sx, and sy.
|
staticconstexpr |
Definition at line 410 of file dl_op_records.h.
| const DlScalar flutter::SkewOp::sx |
Definition at line 415 of file dl_op_records.h.
Referenced by dispatch().
| const DlScalar flutter::SkewOp::sy |
Definition at line 416 of file dl_op_records.h.
Referenced by dispatch().