Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp685 struct spanRec { struct
686 const SkRegionPriv::RunType* fA_runs;
687 const SkRegionPriv::RunType* fB_runs;
688 int fA_left, fA_rite, fB_left, fB_rite;
689 int fLeft, fRite, fInside;
691 void init(const SkRegionPriv::RunType a_runs[], in init()
702 bool done() const { in done()
709 void next() { in next()