Flutter Engine
The Flutter Engine
|
#include <dl_op_records.h>
Public Member Functions | |
DrawImageRectOp (const sk_sp< DlImage > &image, const SkRect &src, const SkRect &dst, DlImageSampling sampling, bool render_with_attributes, DlCanvas::SrcRectConstraint constraint) | |
void | dispatch (DispatchContext &ctx) const |
DisplayListCompare | equals (const DrawImageRectOp *other) 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 SkRect | src |
const SkRect | dst |
const DlImageSampling | sampling |
const bool | render_with_attributes |
const DlCanvas::SrcRectConstraint | constraint |
const sk_sp< DlImage > | image |
Public Attributes inherited from flutter::DLOp | |
DisplayListOpType | type: 8 |
uint32_t | size: 24 |
Static Public Attributes | |
static constexpr auto | kType = DisplayListOpType::kDrawImageRect |
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 862 of file dl_op_records.h.
|
inline |
Definition at line 865 of file dl_op_records.h.
|
inline |
Definition at line 885 of file dl_op_records.h.
|
inline |
Definition at line 892 of file dl_op_records.h.
const DlCanvas::SrcRectConstraint flutter::DrawImageRectOp::constraint |
Definition at line 882 of file dl_op_records.h.
const SkRect flutter::DrawImageRectOp::dst |
Definition at line 879 of file dl_op_records.h.
Definition at line 883 of file dl_op_records.h.
|
staticconstexpr |
Definition at line 863 of file dl_op_records.h.
const bool flutter::DrawImageRectOp::render_with_attributes |
Definition at line 881 of file dl_op_records.h.
const DlImageSampling flutter::DrawImageRectOp::sampling |
Definition at line 880 of file dl_op_records.h.
const SkRect flutter::DrawImageRectOp::src |
Definition at line 878 of file dl_op_records.h.