Flutter Engine
The Flutter Engine
|
#include <dl_op_records.h>
Public Member Functions | |
Transform2DAffineOp (SkScalar mxx, SkScalar mxy, SkScalar mxt, SkScalar myx, SkScalar myy, SkScalar myt) | |
void | dispatch (DispatchContext &ctx) const |
Public Member Functions inherited from flutter::TransformClipOpBase | |
bool | op_needed (const DispatchContext &context) const |
Public Member Functions inherited from flutter::DLOp | |
DisplayListCompare | equals (const DLOp *other) const |
Public Attributes | |
const SkScalar | mxx |
const SkScalar | mxy |
const SkScalar | mxt |
const SkScalar | myx |
const SkScalar | myy |
const SkScalar | myt |
Public Attributes inherited from flutter::DLOp | |
DisplayListOpType | type: 8 |
uint32_t | size: 24 |
Static Public Attributes | |
static constexpr auto | kType = DisplayListOpType::kTransform2DAffine |
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 495 of file dl_op_records.h.
|
inline |
Definition at line 499 of file dl_op_records.h.
|
inline |
Definition at line 507 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 496 of file dl_op_records.h.
const SkScalar flutter::Transform2DAffineOp::mxt |
Definition at line 504 of file dl_op_records.h.
const SkScalar flutter::Transform2DAffineOp::mxx |
Definition at line 504 of file dl_op_records.h.
const SkScalar flutter::Transform2DAffineOp::mxy |
Definition at line 504 of file dl_op_records.h.
const SkScalar flutter::Transform2DAffineOp::myt |
Definition at line 505 of file dl_op_records.h.
const SkScalar flutter::Transform2DAffineOp::myx |
Definition at line 505 of file dl_op_records.h.
const SkScalar flutter::Transform2DAffineOp::myy |
Definition at line 505 of file dl_op_records.h.