Searched defs:Scanline (Results 1 – 1 of 1) sorted by relevance
76 struct Scanline { struct in SkRgnBuilder77 SkRegion::RunType fLastY;78 SkRegion::RunType fXCount;80 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); } in firstX()81 Scanline* nextScanline() const { in nextScanline()