Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 1797 of file embedder.h.

Member Data Documentation

◆ rects

FlutterRect* FlutterRegion::rects

The rectangles that make up the region.

Definition at line 1803 of file embedder.h.

◆ rects_count

size_t FlutterRegion::rects_count

Number of rectangles in the region.

Definition at line 1801 of file embedder.h.

◆ struct_size

size_t FlutterRegion::struct_size

The size of this struct. Must be sizeof(FlutterRegion).

Definition at line 1799 of file embedder.h.


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