Flutter Engine
The Flutter Engine
|
#include <paint_pass_delegate.h>
Public Member Functions | |
PaintPassDelegate (Paint paint) | |
~PaintPassDelegate () override | |
bool | CanElide () override |
bool | CanCollapseIntoParentPass (EntityPass *entity_pass) override |
Whether or not this entity pass can be collapsed into the parent. If true, this method may modify the entities for the current pass. More... | |
std::shared_ptr< Contents > | CreateContentsForSubpassTarget (std::shared_ptr< Texture > target, const Matrix &effect_transform) override |
std::shared_ptr< FilterContents > | WithImageFilter (const FilterInput::Variant &input, const Matrix &effect_transform) const override |
Public Member Functions inherited from impeller::EntityPassDelegate | |
EntityPassDelegate () | |
virtual | ~EntityPassDelegate () |
virtual bool | CanElide ()=0 |
virtual bool | CanCollapseIntoParentPass (EntityPass *entity_pass)=0 |
Whether or not this entity pass can be collapsed into the parent. If true, this method may modify the entities for the current pass. More... | |
virtual std::shared_ptr< Contents > | CreateContentsForSubpassTarget (std::shared_ptr< Texture > target, const Matrix &effect_transform)=0 |
virtual std::shared_ptr< FilterContents > | WithImageFilter (const FilterInput::Variant &input, const Matrix &effect_transform) const =0 |
Additional Inherited Members | |
Static Public Member Functions inherited from impeller::EntityPassDelegate | |
static std::unique_ptr< EntityPassDelegate > | MakeDefault () |
Definition at line 15 of file paint_pass_delegate.h.
|
explicit |
Definition at line 18 of file paint_pass_delegate.cc.
|
overridedefault |
|
overridevirtual |
Whether or not this entity pass can be collapsed into the parent. If true, this method may modify the entities for the current pass.
Implements impeller::EntityPassDelegate.
Definition at line 29 of file paint_pass_delegate.cc.
|
overridevirtual |
Implements impeller::EntityPassDelegate.
Definition at line 24 of file paint_pass_delegate.cc.
|
overridevirtual |
Implements impeller::EntityPassDelegate.
Definition at line 34 of file paint_pass_delegate.cc.
|
overridevirtual |
Implements impeller::EntityPassDelegate.
Definition at line 49 of file paint_pass_delegate.cc.