#include <SkRegion.h>
Public Member Functions | |
Spanerator (const SkRegion &, int y, int left, int right) | |
bool | next (int *left, int *right) |
Returns the sequence of runs that make up this region for the specified Y scanline, clipped to the specified left and right X values.
Definition at line 287 of file SkRegion.h.
SkRegion::Spanerator::Spanerator | ( | const SkRegion & | , | |
int | y, | |||
int | left, | |||
int | right | |||
) |
bool SkRegion::Spanerator::next | ( | int * | left, | |
int * | right | |||
) |