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). | |
| size_t | rects_count |
| Number of rectangles in the region. | |
| FlutterRect * | rects |
| The rectangles that make up the region. | |
A region represented by a collection of non-overlapping rectangles.
Definition at line 2108 of file embedder.h.
| FlutterRect* FlutterRegion::rects |
The rectangles that make up the region.
Definition at line 2114 of file embedder.h.
Referenced by operator==().
| size_t FlutterRegion::rects_count |
Number of rectangles in the region.
Definition at line 2112 of file embedder.h.
Referenced by operator==().
| size_t FlutterRegion::struct_size |
The size of this struct. Must be sizeof(FlutterRegion).
Definition at line 2110 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().