Flutter Engine
The Flutter Engine
|
A region represented by a collection of non-overlapping rectangles. More...
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
The size of this struct. Must be sizeof(FlutterRegion). More... | |
size_t | rects_count |
Number of rectangles in the region. More... | |
FlutterRect * | rects |
The rectangles that make up the region. More... | |
A region represented by a collection of non-overlapping rectangles.
Definition at line 1799 of file embedder.h.
FlutterRect* FlutterRegion::rects |
The rectangles that make up the region.
Definition at line 1805 of file embedder.h.
size_t FlutterRegion::rects_count |
Number of rectangles in the region.
Definition at line 1803 of file embedder.h.
size_t FlutterRegion::struct_size |
The size of this struct. Must be sizeof(FlutterRegion).
Definition at line 1801 of file embedder.h.