#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 37 of file contents.h.
|
strong |
| Enumerator | |
|---|---|
| kNoChange | |
| kAppend | |
| kRestore | |
Definition at line 38 of file contents.h.
| std::optional<Rect> impeller::Contents::ClipCoverage::coverage = std::nullopt |
Definition at line 41 of file contents.h.
Referenced by impeller::EntityPassClipStack::ApplyClipState(), and impeller::ExperimentalCanvas::Restore().
| Type impeller::Contents::ClipCoverage::type = Type::kNoChange |
Definition at line 40 of file contents.h.
Referenced by impeller::EntityPassClipStack::ApplyClipState(), impeller::ClipContents::GetClipCoverage(), impeller::ClipRestoreContents::GetClipCoverage(), impeller::Contents::GetClipCoverage(), and impeller::testing::TEST().