Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 40 of file contents.h.

Member Enumeration Documentation

◆ Type

Member Data Documentation

◆ coverage

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

Definition at line 44 of file contents.h.

◆ type

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

Definition at line 43 of file contents.h.


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