Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
FlutterBackingStorePresentInfo Struct Reference

#include <embedder.h>

Public Attributes

size_t struct_size
 
FlutterRegionpaint_region
 

Detailed Description

Contains additional information about the backing store provided during presentation to the embedder.

Definition at line 1808 of file embedder.h.

Member Data Documentation

◆ paint_region

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 1814 of file embedder.h.

◆ struct_size

size_t FlutterBackingStorePresentInfo::struct_size

Definition at line 1809 of file embedder.h.


The documentation for this struct was generated from the following file: