#include <dl_op_records.h>
Public Member Functions | |
| DrawTextOp (const std::shared_ptr< DlText > &text, DlScalar x, DlScalar y) | |
| void | dispatch (DlOpReceiver &receiver) const |
| DisplayListCompare | equals (const DrawTextOp *other) const |
Public Member Functions inherited from flutter::DrawOpBase | |
| DrawOpBase (DisplayListOpType type) | |
Public Member Functions inherited from flutter::DLOp | |
| DLOp (DisplayListOpType type) | |
| DisplayListCompare | equals (const DLOp *other) const |
Public Attributes | |
| const DlScalar | x |
| const DlScalar | y |
| const std::shared_ptr< DlText > | text |
Public Attributes inherited from flutter::DLOp | |
| const DisplayListOpType | type |
Static Public Attributes | |
| static constexpr auto | kType = DisplayListOpType::kDrawText |
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 1003 of file dl_op_records.h.
|
inline |
Definition at line 1006 of file dl_op_records.h.
|
inline |
Definition at line 1013 of file dl_op_records.h.
References flutter::DlOpReceiver::drawText(), text, x, and y.
|
inline |
Definition at line 1015 of file dl_op_records.h.
References flutter::Equals(), flutter::kEqual, flutter::kNotEqual, text, x, and y.
|
staticconstexpr |
Definition at line 1004 of file dl_op_records.h.
| const std::shared_ptr<DlText> flutter::DrawTextOp::text |
Definition at line 1011 of file dl_op_records.h.
Referenced by dispatch(), and equals().
| const DlScalar flutter::DrawTextOp::x |
Definition at line 1009 of file dl_op_records.h.
Referenced by dispatch(), and equals().
| const DlScalar flutter::DrawTextOp::y |
Definition at line 1010 of file dl_op_records.h.
Referenced by dispatch(), and equals().