Flutter Engine
The Flutter Engine
|
Public Member Functions | |
BackdropFilterEntry (const SkRect &bounds, const std::shared_ptr< const DlImageFilter > &filter, DlBlendMode blend_mode, 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 SkRect &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 SkRect | 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 350 of file layer_state_stack.cc.
|
inlineoverride |
Definition at line 356 of file layer_state_stack.cc.