#include <dl_op_records.h>
|
| | DrawAtlasCulledOp (const sk_sp< DlImage > &atlas, int count, DlBlendMode mode, DlImageSampling sampling, bool has_colors, const DlRect &cull_rect, bool render_with_attributes) |
| |
| void | dispatch (DlOpReceiver &receiver) const |
| |
| DisplayListCompare | equals (const DrawAtlasCulledOp *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 935 of file dl_op_records.h.
◆ DrawAtlasCulledOp()
| flutter::DrawAtlasCulledOp::DrawAtlasCulledOp |
( |
const sk_sp< DlImage > & |
atlas, |
|
|
int |
count, |
|
|
DlBlendMode |
mode, |
|
|
DlImageSampling |
sampling, |
|
|
bool |
has_colors, |
|
|
const DlRect & |
cull_rect, |
|
|
bool |
render_with_attributes |
|
) |
| |
|
inline |
Definition at line 938 of file dl_op_records.h.
948 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::DrawAtlasCulledOp::dispatch |
( |
DlOpReceiver & |
receiver | ) |
const |
|
inline |
◆ equals()
◆ cull_rect
| const DlRect flutter::DrawAtlasCulledOp::cull_rect |
◆ kType
| constexpr auto flutter::DrawAtlasCulledOp::kType = DisplayListOpType::kDrawAtlasCulled |
|
staticconstexpr |
The documentation for this struct was generated from the following file: