#include <clip_path_layer.h>
Protected Member Functions | |
| const DlRect | clip_shape_bounds () const override |
| void | ApplyClip (LayerStateStack::MutatorContext &mutator) const override |
| void | PushClipToEmbeddedNativeViewMutatorStack (ExternalViewEmbedder *view_embedder) const override |
Protected Member Functions inherited from flutter::ClipShapeLayer< DlPath > | |
| virtual | ~ClipShapeLayer ()=default |
| const ClipShape & | clip_shape () const |
| Clip | clip_behavior () const |
Protected Member Functions inherited from flutter::ContainerLayer | |
| void | PrerollChildren (PrerollContext *context, DlRect *child_paint_bounds) |
Additional Inherited Members | |
Public Types inherited from flutter::ClipShapeLayer< DlPath > | |
| using | ClipShape = DlPath |
Static Public Attributes inherited from flutter::Layer | |
| static constexpr int | kSaveLayerRenderFlags |
| static constexpr int | kRasterCacheRenderFlags |
Protected Attributes inherited from flutter::CacheableContainerLayer | |
| std::unique_ptr< LayerRasterCacheItem > | layer_raster_cache_item_ |
Definition at line 14 of file clip_path_layer.h.
|
explicit |
Definition at line 9 of file clip_path_layer.cc.
|
overrideprotectedvirtual |
Implements flutter::ClipShapeLayer< DlPath >.
Definition at line 16 of file clip_path_layer.cc.
References flutter::ClipShapeLayer< DlPath >::clip_behavior(), flutter::ClipShapeLayer< DlPath >::clip_shape(), flutter::LayerStateStack::MutatorContext::clipPath(), flutter::LayerStateStack::MutatorContext::clipRect(), flutter::LayerStateStack::MutatorContext::clipRRect(), flutter::kHardEdge, impeller::RoundRect::MakeOval(), and flutter::DlPath::WillRenderSkPath().
|
overrideprotectedvirtual |
Implements flutter::ClipShapeLayer< DlPath >.
Definition at line 12 of file clip_path_layer.cc.
References flutter::ClipShapeLayer< DlPath >::clip_shape(), and flutter::DlPath::GetBounds().
|
overrideprotectedvirtual |
Implements flutter::ClipShapeLayer< DlPath >.
Definition at line 34 of file clip_path_layer.cc.
References flutter::ClipShapeLayer< DlPath >::clip_shape(), and flutter::ExternalViewEmbedder::PushClipPathToVisitedPlatformViews().