Flutter Engine
The Flutter Engine
|
#include <layer_snapshot_store.h>
Public Member Functions | |
LayerSnapshotData (int64_t layer_unique_id, const fml::TimeDelta &duration, const sk_sp< SkData > &snapshot, const SkRect &bounds) | |
~LayerSnapshotData ()=default | |
int64_t | GetLayerUniqueId () const |
fml::TimeDelta | GetDuration () const |
sk_sp< SkData > | GetSnapshot () const |
SkRect | GetBounds () const |
Container for snapshot data pertaining to a given layer. A layer is identified by it's unique id.
Definition at line 21 of file layer_snapshot_store.h.
flutter::LayerSnapshotData::LayerSnapshotData | ( | int64_t | layer_unique_id, |
const fml::TimeDelta & | duration, | ||
const sk_sp< SkData > & | snapshot, | ||
const SkRect & | bounds | ||
) |
Definition at line 12 of file layer_snapshot_store.cc.
|
default |
|
inline |
Definition at line 36 of file layer_snapshot_store.h.
|
inline |
Definition at line 32 of file layer_snapshot_store.h.
|
inline |
Definition at line 30 of file layer_snapshot_store.h.
Definition at line 34 of file layer_snapshot_store.h.