Home
last modified time | relevance | path

Searched defs:spanRec (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkRegion.cpp680 struct spanRec { struct
681 const SkRegionPriv::RunType* fA_runs;
682 const SkRegionPriv::RunType* fB_runs;
683 int fA_left, fA_rite, fB_left, fB_rite;
684 int fLeft, fRite, fInside;
686 void init(const SkRegionPriv::RunType a_runs[], in init()
697 bool done() const { in done()
704 void next() { in next()