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

#include <PathTessellator.h>

Public Member Functions

void operator++ ()
 
bool operator!= (const Iter &b) const
 
std::tuple< const SkMatrix &, const SkPath &, const SkPMColor4f & > operator* () const
 

Public Attributes

const PathDrawListfHead
 

Detailed Description

Definition at line 42 of file PathTessellator.h.

Member Function Documentation

◆ operator!=()

bool skgpu::ganesh::PathTessellator::PathDrawList::Iter::operator!= ( const Iter b) const
inline

Definition at line 44 of file PathTessellator.h.

44{ return fHead != b.fHead; }
static bool b

◆ operator*()

std::tuple< const SkMatrix &, const SkPath &, const SkPMColor4f & > skgpu::ganesh::PathTessellator::PathDrawList::Iter::operator* ( ) const
inline

◆ operator++()

void skgpu::ganesh::PathTessellator::PathDrawList::Iter::operator++ ( )
inline

Definition at line 43 of file PathTessellator.h.

Member Data Documentation

◆ fHead

const PathDrawList* skgpu::ganesh::PathTessellator::PathDrawList::Iter::fHead

Definition at line 48 of file PathTessellator.h.


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