SkRegion::Iterator Class Reference
#include <SkRegion.h>
List of all members.
Detailed Description
Returns the sequence of rectangles, sorted in Y and X, that make up this region.
Definition at line 248 of file SkRegion.h.
Constructor & Destructor Documentation
SkRegion::Iterator::Iterator |
( |
|
) |
[inline] |
SkRegion::Iterator::Iterator |
( |
const SkRegion & |
|
) |
|
Member Function Documentation
bool SkRegion::Iterator::done |
( |
|
) |
[inline] |
void SkRegion::Iterator::next |
( |
|
) |
|
const SkIRect& SkRegion::Iterator::rect |
( |
|
) |
const [inline] |
void SkRegion::Iterator::reset |
( |
const SkRegion & |
|
) |
|
bool SkRegion::Iterator::rewind |
( |
|
) |
|
The documentation for this class was generated from the following file: