Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SkPathPriv::Verbs::Iter Struct Reference

#include <SkPathPriv.h>

Public Member Functions

void operator++ ()
 
bool operator!= (const Iter &b)
 
SkPath::Verb operator* ()
 

Public Attributes

const uint8_t * fVerb
 

Detailed Description

Definition at line 144 of file SkPathPriv.h.

Member Function Documentation

◆ operator!=()

bool SkPathPriv::Verbs::Iter::operator!= ( const Iter b)
inline

Definition at line 146 of file SkPathPriv.h.

146{ return fVerb != b.fVerb; }
static bool b
const uint8_t * fVerb
Definition SkPathPriv.h:148

◆ operator*()

SkPath::Verb SkPathPriv::Verbs::Iter::operator* ( )
inline

Definition at line 147 of file SkPathPriv.h.

147{ return static_cast<SkPath::Verb>(*fVerb); }

◆ operator++()

void SkPathPriv::Verbs::Iter::operator++ ( )
inline

Definition at line 145 of file SkPathPriv.h.

145{ fVerb++; }

Member Data Documentation

◆ fVerb

const uint8_t* SkPathPriv::Verbs::Iter::fVerb

Definition at line 148 of file SkPathPriv.h.


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