#include <SkRegion.h>
Public Member Functions | |
Cliperator (const SkRegion &, const SkIRect &clip) | |
bool | done () |
void | next () |
const SkIRect & | rect () const |
Returns the sequence of rectangles, sorted in Y and X, that make up this region intersected with the specified clip rectangle.
Definition at line 270 of file SkRegion.h.
bool SkRegion::Cliperator::done | ( | ) | [inline] |
Definition at line 273 of file SkRegion.h.
void SkRegion::Cliperator::next | ( | ) |
const SkIRect& SkRegion::Cliperator::rect | ( | ) | const [inline] |
Definition at line 275 of file SkRegion.h.