Flutter Engine
The Flutter Engine
|
#include <contents.h>
Public Types | |
enum class | Type { kNoChange , kAppend , 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.
Type impeller::Contents::ClipCoverage::type = Type::kNoChange |
Definition at line 40 of file contents.h.