Skia
2DGraphicsLibrary
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SkRegion::Iterator Class Reference

Returns the sequence of rectangles, sorted in Y and X, that make up this region. More...

#include <SkRegion.h>

Public Member Functions

 Iterator (const SkRegion &)
 
bool rewind ()
 
void reset (const SkRegion &)
 
bool done () const
 
void next ()
 
const SkIRectrect () const
 
const SkRegionrgn () const
 

Private Attributes

const SkRegionfRgn
 
const RunType * fRuns
 
SkIRect fRect
 
bool fDone
 

Detailed Description

Returns the sequence of rectangles, sorted in Y and X, that make up this region.


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