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

/external/skia/src/core/
H A DSkRegion_path.cpp52 const Scanline* line = (Scanline*)fStorage;
54 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount);
66 * Scanline mimics a row in the region, nearly. A row in a region is:
68 * while a Scanline is
77 struct Scanline { struct in class:SkRgnBuilder
82 Scanline* nextScanline() const {
84 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1);
88 Scanline* fCurrScanline;
89 Scanline* fPrevScanlin
[all...]

Completed in 119 milliseconds