Flutter Engine
The Flutter Engine
|
#include <StrokeTessellator.h>
Public Member Functions | |
PathStrokeList (const SkPath &path, const SkStrokeRec &stroke, const SkPMColor4f &color) | |
Public Attributes | |
SkPath | fPath |
SkStrokeRec | fStroke |
SkPMColor4f | fColor |
PathStrokeList * | fNext = nullptr |
Definition at line 32 of file StrokeTessellator.h.
|
inline |
Definition at line 33 of file StrokeTessellator.h.
SkPMColor4f skgpu::ganesh::StrokeTessellator::PathStrokeList::fColor |
Definition at line 37 of file StrokeTessellator.h.
PathStrokeList* skgpu::ganesh::StrokeTessellator::PathStrokeList::fNext = nullptr |
Definition at line 38 of file StrokeTessellator.h.
SkPath skgpu::ganesh::StrokeTessellator::PathStrokeList::fPath |
Definition at line 35 of file StrokeTessellator.h.
SkStrokeRec skgpu::ganesh::StrokeTessellator::PathStrokeList::fStroke |
Definition at line 36 of file StrokeTessellator.h.