Flutter Impeller
impeller::Contents::StencilCoverage Struct Reference

#include <contents.h>

Public Types

enum  Type {
  Type::kNoChange,
  Type::kAppend,
  Type::kRestore
}
 

Public Attributes

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

Detailed Description

Definition at line 39 of file contents.h.

Member Enumeration Documentation

◆ Type

Enumerator
kNoChange 
kAppend 
kRestore 

Definition at line 40 of file contents.h.

40 { kNoChange, kAppend, kRestore };

Member Data Documentation

◆ coverage

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

Definition at line 43 of file contents.h.

◆ type


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