#include <clip_rect_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< DlRect > | |
| 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< DlRect > | |
| using | ClipShape = DlRect |
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 12 of file clip_rect_layer.h.
Definition at line 9 of file clip_rect_layer.cc.
|
overrideprotectedvirtual |
Implements flutter::ClipShapeLayer< DlRect >.
Definition at line 16 of file clip_rect_layer.cc.
References flutter::ClipShapeLayer< DlRect >::clip_behavior(), flutter::ClipShapeLayer< DlRect >::clip_shape(), flutter::LayerStateStack::MutatorContext::clipRect(), and flutter::kHardEdge.
|
overrideprotectedvirtual |
Implements flutter::ClipShapeLayer< DlRect >.
Definition at line 12 of file clip_rect_layer.cc.
References flutter::ClipShapeLayer< DlRect >::clip_shape().
|
overrideprotectedvirtual |
Implements flutter::ClipShapeLayer< DlRect >.
Definition at line 20 of file clip_rect_layer.cc.
References flutter::ClipShapeLayer< DlRect >::clip_shape(), and flutter::ExternalViewEmbedder::PushClipRectToVisitedPlatformViews().