Searched defs:Scanline (Results 1 – 1 of 1) sorted by relevance
77 struct Scanline { struct in SkRgnBuilder78 SkRegion::RunType fLastY;79 SkRegion::RunType fXCount;81 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()82 Scanline* nextScanline() const { in nextScanline()