Public Member Functions | |
| BackdropFilterEntry (const DlRect &bounds, const std::shared_ptr< DlImageFilter > &filter, DlBlendMode blend_mode, std::optional< int64_t > backdrop_id, const LayerStateStack::RenderingAttributes &prev) | |
| ~BackdropFilterEntry () override=default | |
| void | apply (LayerStateStack *stack) const override |
| void | reapply (LayerStateStack *stack) const override |
Public Member Functions inherited from flutter::SaveLayerEntry | |
| SaveLayerEntry (const DlRect &bounds, DlBlendMode blend_mode, const LayerStateStack::RenderingAttributes &prev) | |
| void | apply (LayerStateStack *stack) const override |
| void | restore (LayerStateStack *stack) const override |
Additional Inherited Members | |
Protected Member Functions inherited from flutter::SaveLayerEntry | |
| FML_DISALLOW_COPY_ASSIGN_AND_MOVE (SaveLayerEntry) | |
Protected Attributes inherited from flutter::SaveLayerEntry | |
| const DlRect | bounds_ |
| const DlBlendMode | blend_mode_ |
| const LayerStateStack::RenderingAttributes | old_attributes_ |
Definition at line 341 of file layer_state_stack.cc.
|
inline |
Definition at line 343 of file layer_state_stack.cc.
|
overridedefault |
|
inlineoverride |
Definition at line 353 of file layer_state_stack.cc.
References flutter::SaveLayerEntry::blend_mode_, and flutter::SaveLayerEntry::bounds_.
|
inlineoverride |
Definition at line 359 of file layer_state_stack.cc.
References flutter::SaveLayerEntry::apply().