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