Flutter Impeller
impeller::CanvasStackEntry Struct Reference

#include <canvas.h>

Public Attributes

Matrix xformation
 
std::optional< Rectcull_rect
 
size_t stencil_depth = 0u
 
Entity::RenderingMode rendering_mode = Entity::RenderingMode::kDirect
 
bool contains_clips = false
 

Detailed Description

Definition at line 33 of file canvas.h.

Member Data Documentation

◆ contains_clips

bool impeller::CanvasStackEntry::contains_clips = false

Definition at line 39 of file canvas.h.

◆ cull_rect

std::optional<Rect> impeller::CanvasStackEntry::cull_rect

Definition at line 36 of file canvas.h.

◆ rendering_mode

Entity::RenderingMode impeller::CanvasStackEntry::rendering_mode = Entity::RenderingMode::kDirect

Definition at line 38 of file canvas.h.

◆ stencil_depth

size_t impeller::CanvasStackEntry::stencil_depth = 0u

Definition at line 37 of file canvas.h.

◆ xformation

Matrix impeller::CanvasStackEntry::xformation

Definition at line 34 of file canvas.h.


The documentation for this struct was generated from the following file: