#include <contents.h>
Public Types | |
| enum | Type { Type::kNoChange, Type::kAppend, Type::kRestore } |
Public Attributes | |
| Type | type = Type::kNoChange |
| std::optional< Rect > | coverage = std::nullopt |
Definition at line 39 of file contents.h.
|
strong |
| Enumerator | |
|---|---|
| kNoChange | |
| kAppend | |
| kRestore | |
Definition at line 40 of file contents.h.
| std::optional<Rect> impeller::Contents::StencilCoverage::coverage = std::nullopt |
Definition at line 43 of file contents.h.
| Type impeller::Contents::StencilCoverage::type = Type::kNoChange |
Definition at line 42 of file contents.h.
Referenced by impeller::ClipContents::GetStencilCoverage(), impeller::ClipRestoreContents::GetStencilCoverage(), and impeller::Contents::GetStencilCoverage().