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

Returns the sequence of rectangles, sorted in Y and X, that make up this region intersected with the specified clip rectangle. More...

#include <SkRegion.h>

Public Member Functions

 Cliperator (const SkRegion &, const SkIRect &clip)
 
bool done ()
 
void next ()
 
const SkIRectrect () const
 

Private Attributes

Iterator fIter
 
SkIRect fClip
 
SkIRect fRect
 
bool fDone
 

Detailed Description

Returns the sequence of rectangles, sorted in Y and X, that make up this region intersected with the specified clip rectangle.


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