Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp572 struct spanRec { struct
573 const SkRegion::RunType* fA_runs;
574 const SkRegion::RunType* fB_runs;
575 int fA_left, fA_rite, fB_left, fB_rite;
576 int fLeft, fRite, fInside;
578 void init(const SkRegion::RunType a_runs[], const SkRegion::RunType b_runs[]) in init()
589 bool done() const in done()
596 void next() in next()