#include <dl_op_records.h>
|
| | DrawAtlasOp (const sk_sp< DlImage > &atlas, int count, DlBlendMode mode, DlImageSampling sampling, bool has_colors, bool render_with_attributes) |
| |
| void | dispatch (DlOpReceiver &receiver) const |
| |
| DisplayListCompare | equals (const DrawAtlasOp *other) const |
| |
| | DrawAtlasBaseOp (DisplayListOpType type, const sk_sp< DlImage > &atlas, int count, DlBlendMode mode, DlImageSampling sampling, bool has_colors, bool render_with_attributes) |
| |
| bool | equals (const DrawAtlasBaseOp *other, const void *pod_this, const void *pod_other) const |
| |
| | DrawOpBase (DisplayListOpType type) |
| |
| | DLOp (DisplayListOpType type) |
| |
| DisplayListCompare | equals (const DLOp *other) const |
| |
Definition at line 894 of file dl_op_records.h.
◆ DrawAtlasOp()
| flutter::DrawAtlasOp::DrawAtlasOp |
( |
const sk_sp< DlImage > & |
atlas, |
|
|
int |
count, |
|
|
DlBlendMode |
mode, |
|
|
DlImageSampling |
sampling, |
|
|
bool |
has_colors, |
|
|
bool |
render_with_attributes |
|
) |
| |
|
inline |
Definition at line 897 of file dl_op_records.h.
906 mode,
DrawAtlasBaseOp(DisplayListOpType type, const sk_sp< DlImage > &atlas, int count, DlBlendMode mode, DlImageSampling sampling, bool has_colors, bool render_with_attributes)
const sk_sp< DlImage > atlas
const uint8_t render_with_attributes
const DlImageSampling sampling
static constexpr auto kType
References flutter::mode.
◆ dispatch()
| void flutter::DrawAtlasOp::dispatch |
( |
DlOpReceiver & |
receiver | ) |
const |
|
inline |
◆ equals()
◆ kType
| constexpr auto flutter::DrawAtlasOp::kType = DisplayListOpType::kDrawAtlas |
|
staticconstexpr |
The documentation for this struct was generated from the following file: