Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkRegion_path.cpp98 struct Scanline { struct in SkRgnBuilder
99 SkRegion::RunType fLastY;
100 SkRegion::RunType fXCount;
102 SkRegion::RunType* firstX() { return (SkRegion::RunType*)(this + 1); } in firstX()
103 Scanline* nextScanline() { in nextScanline()