Represents a platform view layer, including all mutations. More...
#include <platform_view_layer.h>
Additional Inherited Members | |
Static Public Attributes inherited from flutter::Layer | |
| static constexpr int | kSaveLayerRenderFlags |
| static constexpr int | kRasterCacheRenderFlags |
Represents a platform view layer, including all mutations.
Definition at line 13 of file platform_view_layer.h.
| flutter::PlatformViewLayer::PlatformViewLayer | ( | const DlPoint & | offset, |
| const DlSize & | size, | ||
| int64_t | view_id | ||
| ) |
Definition at line 11 of file platform_view_layer.cc.
|
explicit |
Creates platform view from provided FlutterLayer, which must be of type kFlutterLayerContentTypePlatformView.
| flutter::PlatformViewLayer::PlatformViewLayer | ( | FlutterPlatformViewIdentifier | identifier, |
| const std::vector< FlutterPlatformViewMutation > & | mutations, | ||
| FlutterPoint | offset, | ||
| FlutterSize | size | ||
| ) |
Definition at line 26 of file FlutterMutatorView.mm.
|
inline |
Definition at line 27 of file FlutterMutatorView.h.
|
inline |
Definition at line 28 of file FlutterMutatorView.h.
|
inline |
Definition at line 29 of file FlutterMutatorView.h.
|
overridevirtual |
Implements flutter::Layer.
Definition at line 36 of file platform_view_layer.cc.
|
overridevirtual |
Implements flutter::Layer.
Definition at line 16 of file platform_view_layer.cc.
References context, FML_DLOG, impeller::TRect< Scalar >::MakeOriginSize(), params, flutter::Layer::set_paint_bounds(), and flutter::Layer::set_subtree_has_platform_view().
|
inline |
Definition at line 30 of file FlutterMutatorView.h.