Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
skgpu::ganesh::ClipStack::Element Struct Reference

#include <ClipStack.h>

Public Types

using sk_is_trivially_relocatable = std::true_type
 

Public Attributes

GrShape fShape
 
SkMatrix fLocalToDevice
 
SkClipOp fOp
 
GrAA fAA
 

Detailed Description

Definition at line 40 of file ClipStack.h.

Member Typedef Documentation

◆ sk_is_trivially_relocatable

Definition at line 51 of file ClipStack.h.

Member Data Documentation

◆ fAA

GrAA skgpu::ganesh::ClipStack::Element::fAA

Definition at line 44 of file ClipStack.h.

◆ fLocalToDevice

SkMatrix skgpu::ganesh::ClipStack::Element::fLocalToDevice

Definition at line 42 of file ClipStack.h.

◆ fOp

SkClipOp skgpu::ganesh::ClipStack::Element::fOp

Definition at line 43 of file ClipStack.h.

◆ fShape

GrShape skgpu::ganesh::ClipStack::Element::fShape

Definition at line 41 of file ClipStack.h.


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