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

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.
 
FlutterRectrects
 The rectangles that make up the region.
 

Detailed Description

A region represented by a collection of non-overlapping rectangles.

Definition at line 2108 of file embedder.h.

Member Data Documentation

◆ rects

FlutterRect* FlutterRegion::rects

The rectangles that make up the region.

Definition at line 2114 of file embedder.h.

Referenced by operator==().

◆ rects_count

size_t FlutterRegion::rects_count

Number of rectangles in the region.

Definition at line 2112 of file embedder.h.

Referenced by operator==().

◆ struct_size


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