Flutter Engine
The Flutter Engine
|
#include <dl_op_records.h>
Public Member Functions | |
DrawTextFrameOp (const std::shared_ptr< impeller::TextFrame > &text_frame, SkScalar x, SkScalar y) | |
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 SkScalar | x |
const SkScalar | y |
const std::shared_ptr< impeller::TextFrame > | text_frame |
Public Attributes inherited from flutter::DLOp | |
DisplayListOpType | type: 8 |
uint32_t | size: 24 |
Static Public Attributes | |
static constexpr auto | kType = DisplayListOpType::kDrawTextFrame |
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 1112 of file dl_op_records.h.
|
inline |
Definition at line 1115 of file dl_op_records.h.
|
inline |
Definition at line 1124 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 1113 of file dl_op_records.h.
const std::shared_ptr<impeller::TextFrame> flutter::DrawTextFrameOp::text_frame |
Definition at line 1122 of file dl_op_records.h.
const SkScalar flutter::DrawTextFrameOp::x |
Definition at line 1120 of file dl_op_records.h.
const SkScalar flutter::DrawTextFrameOp::y |
Definition at line 1121 of file dl_op_records.h.