#include <dl_op_records.h>
|
static constexpr auto | kType = DisplayListOpType::kSetSharedImageFilter |
|
static constexpr uint32_t | kDepthInc = 0 |
|
static constexpr uint32_t | kRenderOpInc = 0 |
|
Definition at line 299 of file dl_op_records.h.
◆ SetSharedImageFilterOp()
flutter::SetSharedImageFilterOp::SetSharedImageFilterOp |
( |
const DlImageFilter * |
filter | ) |
|
|
inlineexplicit |
Definition at line 302 of file dl_op_records.h.
const std::shared_ptr< DlImageFilter > filter
◆ dispatch()
void flutter::SetSharedImageFilterOp::dispatch |
( |
DispatchContext & |
ctx | ) |
const |
|
inline |
◆ equals()
Definition at line 311 of file dl_op_records.h.
311 {
314 }
bool Equals(const T *a, const T *b)
◆ filter
const std::shared_ptr<DlImageFilter> flutter::SetSharedImageFilterOp::filter |
◆ kType
constexpr auto flutter::SetSharedImageFilterOp::kType = DisplayListOpType::kSetSharedImageFilter |
|
staticconstexpr |
The documentation for this struct was generated from the following file: