Flutter Engine
The Flutter Engine
Public Types | Public Attributes | List of all members
impeller::Contents::ClipCoverage Struct Reference

#include <contents.h>

Public Types

enum class  Type { kNoChange , kAppend , kRestore }
 

Public Attributes

Type type = Type::kNoChange
 
std::optional< Rectcoverage = std::nullopt
 

Detailed Description

Definition at line 37 of file contents.h.

Member Enumeration Documentation

◆ Type

Enumerator
kNoChange 
kAppend 
kRestore 

Definition at line 38 of file contents.h.

38{ kNoChange, kAppend, kRestore };

Member Data Documentation

◆ coverage

std::optional<Rect> impeller::Contents::ClipCoverage::coverage = std::nullopt

Definition at line 41 of file contents.h.

◆ type

Type impeller::Contents::ClipCoverage::type = Type::kNoChange

Definition at line 40 of file contents.h.


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