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

#include <StrokeTessellator.h>

Public Member Functions

 PathStrokeList (const SkPath &path, const SkStrokeRec &stroke, const SkPMColor4f &color)
 

Public Attributes

SkPath fPath
 
SkStrokeRec fStroke
 
SkPMColor4f fColor
 
PathStrokeListfNext = nullptr
 

Detailed Description

Definition at line 32 of file StrokeTessellator.h.

Constructor & Destructor Documentation

◆ PathStrokeList()

skgpu::ganesh::StrokeTessellator::PathStrokeList::PathStrokeList ( const SkPath path,
const SkStrokeRec stroke,
const SkPMColor4f color 
)
inline

Member Data Documentation

◆ fColor

SkPMColor4f skgpu::ganesh::StrokeTessellator::PathStrokeList::fColor

Definition at line 37 of file StrokeTessellator.h.

◆ fNext

PathStrokeList* skgpu::ganesh::StrokeTessellator::PathStrokeList::fNext = nullptr

Definition at line 38 of file StrokeTessellator.h.

◆ fPath

SkPath skgpu::ganesh::StrokeTessellator::PathStrokeList::fPath

Definition at line 35 of file StrokeTessellator.h.

◆ fStroke

SkStrokeRec skgpu::ganesh::StrokeTessellator::PathStrokeList::fStroke

Definition at line 36 of file StrokeTessellator.h.


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