#include <dl_op_records.h>
Definition at line 381 of file dl_op_records.h.
◆ SaveLayerBackdropOp()
Definition at line 384 of file dl_op_records.h.
const std::shared_ptr< DlImageFilter > backdrop
SaveLayerOpBase(const SaveLayerOptions &options, const SkRect &rect)
◆ dispatch()
Definition at line 391 of file dl_op_records.h.
391 {
395 }
396 }
DlBlendMode max_blend_mode
uint32_t total_content_depth
bool save_needed(DispatchContext &ctx) const
◆ equals()
Definition at line 398 of file dl_op_records.h.
398 {
399 return (
options == other->options &&
rect == other->rect &&
403 }
bool Equals(const T *a, const T *b)
◆ backdrop
const std::shared_ptr<DlImageFilter> flutter::SaveLayerBackdropOp::backdrop |
◆ kType
constexpr auto flutter::SaveLayerBackdropOp::kType = DisplayListOpType::kSaveLayerBackdrop |
|
staticconstexpr |
The documentation for this struct was generated from the following file: