Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp677 struct spanRec { struct
678 const SkRegionPriv::RunType* fA_runs;
679 const SkRegionPriv::RunType* fB_runs;
680 int fA_left, fA_rite, fB_left, fB_rite;
681 int fLeft, fRite, fInside;
683 void init(const SkRegionPriv::RunType a_runs[], in init()
694 bool done() const { in done()
701 void next() { in next()