Flutter Engine
The Flutter Engine
|
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 15 of file platform_view_layer.h.
flutter::PlatformViewLayer::PlatformViewLayer | ( | const SkPoint & | offset, |
const SkSize & | 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 37 of file platform_view_layer.cc.
|
overridevirtual |
Implements flutter::Layer.
Definition at line 16 of file platform_view_layer.cc.
|
inline |
Definition at line 30 of file FlutterMutatorView.h.