#include <embedder.h>
Public Attributes | |
| size_t | struct_size |
| The size of this struct. Must be sizeof(FlutterBackingStorePresentInfo). | |
| FlutterRegion * | paint_region |
Contains additional information about the backing store provided during presentation to the embedder.
Definition at line 2149 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 2156 of file embedder.h.
Referenced by operator==(), and flutter::FlutterCompositor::Present().
| size_t FlutterBackingStorePresentInfo::struct_size |
The size of this struct. Must be sizeof(FlutterBackingStorePresentInfo).
Definition at line 2151 of file embedder.h.
Referenced by operator==(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_P(), flutter::testing::TEST_P(), and flutter::testing::TEST_P().