#include <entity_pass_clip_stack.h>
Public Attributes | |
| ClipContents | clip_contents |
| Matrix | transform |
| std::optional< Rect > | clip_coverage |
| uint32_t | clip_depth = 0 |
Definition at line 25 of file entity_pass_clip_stack.h.
| ClipContents impeller::EntityPassClipStack::ReplayResult::clip_contents |
Definition at line 26 of file entity_pass_clip_stack.h.
Referenced by impeller::Canvas::ClipGeometry(), and impeller::EntityPassClipStack::RecordClip().
| std::optional<Rect> impeller::EntityPassClipStack::ReplayResult::clip_coverage |
Definition at line 28 of file entity_pass_clip_stack.h.
| uint32_t impeller::EntityPassClipStack::ReplayResult::clip_depth = 0 |
Definition at line 29 of file entity_pass_clip_stack.h.
| Matrix impeller::EntityPassClipStack::ReplayResult::transform |
Definition at line 27 of file entity_pass_clip_stack.h.