#include <compositor.h>
|
virtual | ~Compositor ()=default |
|
virtual bool | CreateBackingStore (const FlutterBackingStoreConfig &config, FlutterBackingStore *backing_store_out)=0 |
|
virtual bool | CollectBackingStore (const FlutterBackingStore *store)=0 |
|
virtual bool | Present (const FlutterLayer **layers, size_t layers_count)=0 |
|
Definition at line 20 of file compositor.h.
◆ ~Compositor()
virtual flutter::Compositor::~Compositor |
( |
| ) |
|
|
virtualdefault |
◆ CollectBackingStore()
virtual bool flutter::Compositor::CollectBackingStore |
( |
const FlutterBackingStore * |
store | ) |
|
|
pure virtual |
◆ CreateBackingStore()
virtual bool flutter::Compositor::CreateBackingStore |
( |
const FlutterBackingStoreConfig & |
config, |
|
|
FlutterBackingStore * |
backing_store_out |
|
) |
| |
|
pure virtual |
◆ Present()
virtual bool flutter::Compositor::Present |
( |
const FlutterLayer ** |
layers, |
|
|
size_t |
layers_count |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: