Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
skgpu::ganesh::AtlasInstancedHelper::Instance Struct Reference

#include <AtlasInstancedHelper.h>

Public Member Functions

 Instance (SkIPoint16 locationInAtlas, const SkIRect &pathDevIBounds, bool transposedInAtlas)
 

Public Attributes

SkIPoint16 fLocationInAtlas
 
SkIRect fPathDevIBounds
 
bool fTransposedInAtlas
 

Detailed Description

Definition at line 59 of file AtlasInstancedHelper.h.

Constructor & Destructor Documentation

◆ Instance()

skgpu::ganesh::AtlasInstancedHelper::Instance::Instance ( SkIPoint16  locationInAtlas,
const SkIRect pathDevIBounds,
bool  transposedInAtlas 
)
inline

Definition at line 60 of file AtlasInstancedHelper.h.

61 : fLocationInAtlas(locationInAtlas)
62 , fPathDevIBounds(pathDevIBounds)
63 , fTransposedInAtlas(transposedInAtlas) {
66 }
#define SkASSERT(cond)
Definition SkAssert.h:116
int16_t y() const
Definition SkIPoint16.h:43
int16_t x() const
Definition SkIPoint16.h:37

Member Data Documentation

◆ fLocationInAtlas

SkIPoint16 skgpu::ganesh::AtlasInstancedHelper::Instance::fLocationInAtlas

Definition at line 67 of file AtlasInstancedHelper.h.

◆ fPathDevIBounds

SkIRect skgpu::ganesh::AtlasInstancedHelper::Instance::fPathDevIBounds

Definition at line 68 of file AtlasInstancedHelper.h.

◆ fTransposedInAtlas

bool skgpu::ganesh::AtlasInstancedHelper::Instance::fTransposedInAtlas

Definition at line 69 of file AtlasInstancedHelper.h.


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