Flutter Engine
The Flutter Engine
|
#include <dl_op_records.h>
Public Member Functions | |
DrawDashedLineOp (const DlPoint &p0, const DlPoint &p1, DlScalar on_length, DlScalar off_length) | |
void | dispatch (DispatchContext &ctx) const |
Public Member Functions inherited from flutter::DrawOpBase | |
bool | op_needed (const DispatchContext &ctx) const |
Public Member Functions inherited from flutter::DLOp | |
DisplayListCompare | equals (const DLOp *other) const |
Public Attributes | |
const DlPoint | p0 |
const DlPoint | p1 |
const SkScalar | on_length |
const SkScalar | off_length |
Public Attributes inherited from flutter::DLOp | |
DisplayListOpType | type: 8 |
uint32_t | size: 24 |
Static Public Attributes | |
static constexpr auto | kType = DisplayListOpType::kDrawDashedLine |
Static Public Attributes inherited from flutter::DrawOpBase | |
static constexpr uint32_t | kDepthInc = 1 |
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 739 of file dl_op_records.h.
|
inline |
Definition at line 742 of file dl_op_records.h.
|
inline |
Definition at line 753 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 740 of file dl_op_records.h.
const SkScalar flutter::DrawDashedLineOp::off_length |
Definition at line 751 of file dl_op_records.h.
const SkScalar flutter::DrawDashedLineOp::on_length |
Definition at line 750 of file dl_op_records.h.
const DlPoint flutter::DrawDashedLineOp::p0 |
Definition at line 748 of file dl_op_records.h.
const DlPoint flutter::DrawDashedLineOp::p1 |
Definition at line 749 of file dl_op_records.h.