Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
FlutterRegion * | paint_region |
Contains additional information about the backing store provided during presentation to the embedder.
Definition at line 1810 of file embedder.h.
FlutterRegion* FlutterBackingStorePresentInfo::paint_region |
The area of the backing store that contains Flutter contents. Pixels outside of this area are transparent and the embedder may choose not to render them. Coordinates are in physical pixels.
Definition at line 1816 of file embedder.h.
size_t FlutterBackingStorePresentInfo::struct_size |
Definition at line 1811 of file embedder.h.