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

Returns the sequence of runs that make up this region for the specified Y scanline, clipped to the specified left and right X values. More...

#include <SkRegion.h>

Public Member Functions

 Spanerator (const SkRegion &, int y, int left, int right)
 
bool next (int *left, int *right)
 

Private Attributes

const SkRegion::RunType * fRuns
 
int fLeft
 
int fRight
 
bool fDone
 

Detailed Description

Returns the sequence of runs that make up this region for the specified Y scanline, clipped to the specified left and right X values.


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