#include <clip_rrect_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< DlRoundRect > | |
| 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< DlRoundRect > | |
| using | ClipShape = DlRoundRect |
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_rrect_layer.h.
| flutter::ClipRRectLayer::ClipRRectLayer | ( | const DlRoundRect & | clip_rrect, |
| Clip | clip_behavior | ||
| ) |
Definition at line 9 of file clip_rrect_layer.cc.
|
overrideprotectedvirtual |
Implements flutter::ClipShapeLayer< DlRoundRect >.
Definition at line 17 of file clip_rrect_layer.cc.
References flutter::ClipShapeLayer< DlRoundRect >::clip_behavior(), flutter::ClipShapeLayer< DlRoundRect >::clip_shape(), flutter::LayerStateStack::MutatorContext::clipRect(), flutter::LayerStateStack::MutatorContext::clipRRect(), and flutter::kHardEdge.
|
overrideprotectedvirtual |
Implements flutter::ClipShapeLayer< DlRoundRect >.
Definition at line 13 of file clip_rrect_layer.cc.
References flutter::ClipShapeLayer< DlRoundRect >::clip_shape(), and impeller::RoundRect::GetBounds().
|
overrideprotectedvirtual |
Implements flutter::ClipShapeLayer< DlRoundRect >.
Definition at line 26 of file clip_rrect_layer.cc.
References flutter::ClipShapeLayer< DlRoundRect >::clip_shape(), and flutter::ExternalViewEmbedder::PushClipRRectToVisitedPlatformViews().