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

#include <SkPathPriv.h>

Public Member Functions

 operator bool ()
 

Public Attributes

const SkPointfPts
 
Edge fEdge
 
bool fIsNewContour
 

Detailed Description

Definition at line 476 of file SkPathPriv.h.

Member Function Documentation

◆ operator bool()

SkPathEdgeIter::Result::operator bool ( )
inlineexplicit

Definition at line 482 of file SkPathPriv.h.

482{ return fPts != nullptr; }
const SkPoint * fPts
Definition SkPathPriv.h:477

Member Data Documentation

◆ fEdge

Edge SkPathEdgeIter::Result::fEdge

Definition at line 478 of file SkPathPriv.h.

◆ fIsNewContour

bool SkPathEdgeIter::Result::fIsNewContour

Definition at line 479 of file SkPathPriv.h.

◆ fPts

const SkPoint* SkPathEdgeIter::Result::fPts

Definition at line 477 of file SkPathPriv.h.


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