Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
FlutterDamage Struct Reference

A structure to represent a damage region. More...

#include <embedder.h>

Public Attributes

size_t struct_size
 The size of this struct. Must be sizeof(FlutterDamage).
 
size_t num_rects
 The number of rectangles within the damage region.
 
FlutterRectdamage
 The actual damage region(s) in question.
 

Detailed Description

A structure to represent a damage region.

Definition at line 458 of file embedder.h.

Member Data Documentation

◆ damage

FlutterRect* FlutterDamage::damage

The actual damage region(s) in question.

Definition at line 464 of file embedder.h.

◆ num_rects

size_t FlutterDamage::num_rects

The number of rectangles within the damage region.

Definition at line 462 of file embedder.h.

◆ struct_size

size_t FlutterDamage::struct_size

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

Definition at line 460 of file embedder.h.


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