Flutter Engine
The Flutter Engine
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

Definition at line 33 of file StrokeTessellator.h.

DlColor color
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
Definition: switches.h:57

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: