#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 (DispatchContext &ctx) const |
|
DisplayListCompare | equals (const DrawAtlasOp *other) const |
|
| DrawAtlasBaseOp (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 |
|
bool | op_needed (const DispatchContext &ctx) const |
|
DisplayListCompare | equals (const DLOp *other) const |
|
Definition at line 984 of file dl_op_records.h.
◆ DrawAtlasOp()
Definition at line 987 of file dl_op_records.h.
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive mode
const sk_sp< DlImage > atlas
DrawAtlasBaseOp(const sk_sp< DlImage > &atlas, int count, DlBlendMode mode, DlImageSampling sampling, bool has_colors, bool render_with_attributes)
const uint8_t render_with_attributes
const DlImageSampling sampling
◆ dispatch()
Definition at line 1000 of file dl_op_records.h.
1000 {
1009 }
1010 }
PODArray< SkColor > colors
const uint16_t mode_index
bool op_needed(const DispatchContext &ctx) const
◆ equals()
Definition at line 1012 of file dl_op_records.h.
1012 {
1013 const void* pod_this = reinterpret_cast<const void*>(this + 1);
1014 const void* pod_other = reinterpret_cast<const void*>(other + 1);
1018 }
bool equals(const DrawAtlasBaseOp *other, const void *pod_this, const void *pod_other) const
◆ kType
constexpr auto flutter::DrawAtlasOp::kType = DisplayListOpType::kDrawAtlas |
|
staticconstexpr |
The documentation for this struct was generated from the following file: