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

#include <PathTessellator.h>

Classes

struct  Iter
 

Public Member Functions

 PathDrawList (const SkMatrix &pathMatrix, const SkPath &path, const SkPMColor4f &color, PathDrawList *next=nullptr)
 
Iter begin () const
 
Iter end () const
 

Public Attributes

SkMatrix fPathMatrix
 
SkPath fPath
 
SkPMColor4f fColor
 
PathDrawListfNext
 

Detailed Description

Definition at line 30 of file PathTessellator.h.

Constructor & Destructor Documentation

◆ PathDrawList()

skgpu::ganesh::PathTessellator::PathDrawList::PathDrawList ( const SkMatrix pathMatrix,
const SkPath path,
const SkPMColor4f color,
PathDrawList next = nullptr 
)
inline

Member Function Documentation

◆ begin()

Iter skgpu::ganesh::PathTessellator::PathDrawList::begin ( ) const
inline

Definition at line 50 of file PathTessellator.h.

50{ return {this}; }

◆ end()

Iter skgpu::ganesh::PathTessellator::PathDrawList::end ( ) const
inline

Definition at line 51 of file PathTessellator.h.

51{ return {nullptr}; }

Member Data Documentation

◆ fColor

SkPMColor4f skgpu::ganesh::PathTessellator::PathDrawList::fColor

Definition at line 39 of file PathTessellator.h.

◆ fNext

PathDrawList* skgpu::ganesh::PathTessellator::PathDrawList::fNext

Definition at line 40 of file PathTessellator.h.

◆ fPath

SkPath skgpu::ganesh::PathTessellator::PathDrawList::fPath

Definition at line 38 of file PathTessellator.h.

◆ fPathMatrix

SkMatrix skgpu::ganesh::PathTessellator::PathDrawList::fPathMatrix

Definition at line 37 of file PathTessellator.h.


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