Flutter Engine
 
Loading...
Searching...
No Matches
FlutterBackingStorePresentInfo Struct Reference

#include <embedder.h>

Public Attributes

size_t struct_size
 The size of this struct. Must be sizeof(FlutterBackingStorePresentInfo).
 
FlutterRegionpaint_region
 

Detailed Description

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

Definition at line 2119 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 2126 of file embedder.h.

Referenced by operator==(), and flutter::FlutterCompositor::Present().

◆ struct_size


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