#include <dl_op_records.h>
|
| DrawAtlasCulledOp (const sk_sp< DlImage > &atlas, int count, DlBlendMode mode, DlImageSampling sampling, bool has_colors, const SkRect &cull_rect, bool render_with_attributes) |
|
void | dispatch (DispatchContext &ctx) const |
|
DisplayListCompare | equals (const DrawAtlasCulledOp *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 1025 of file dl_op_records.h.
◆ DrawAtlasCulledOp()
Definition at line 1028 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 1045 of file dl_op_records.h.
1045 {
1054 }
1055 }
PODArray< SkColor > colors
const uint16_t mode_index
bool op_needed(const DispatchContext &ctx) const
◆ equals()
Definition at line 1057 of file dl_op_records.h.
1057 {
1058 const void* pod_this = reinterpret_cast<const void*>(this + 1);
1059 const void* pod_other = reinterpret_cast<const void*>(other + 1);
1060 return (
cull_rect == other->cull_rect &&
1064 }
bool equals(const DrawAtlasBaseOp *other, const void *pod_this, const void *pod_other) const
◆ cull_rect
const SkRect flutter::DrawAtlasCulledOp::cull_rect |
◆ kType
constexpr auto flutter::DrawAtlasCulledOp::kType = DisplayListOpType::kDrawAtlasCulled |
|
staticconstexpr |
The documentation for this struct was generated from the following file: