Flutter Engine
The Flutter Engine
|
#include <dl_op_records.h>
Public Member Functions | |
SkewOp (SkScalar sx, SkScalar sy) | |
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 | sx |
const SkScalar | sy |
Public Attributes inherited from flutter::DLOp | |
DisplayListOpType | type: 8 |
uint32_t | size: 24 |
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 479 of file dl_op_records.h.
Definition at line 482 of file dl_op_records.h.
|
inline |
Definition at line 487 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 480 of file dl_op_records.h.
const SkScalar flutter::SkewOp::sx |
Definition at line 484 of file dl_op_records.h.
const SkScalar flutter::SkewOp::sy |
Definition at line 485 of file dl_op_records.h.