HomeSort by relevance Sort by last modified time
    Searched defs:Scanline (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkRegion_path.cpp 55 const Scanline* line = (Scanline*)fStorage;
57 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount);
69 * Scanline mimics a row in the region, nearly. A row in a region is:
71 * while a Scanline is
74 * the scanline a little when we convert it to a region-row.
80 struct Scanline {
85 Scanline* nextScanline() const {
87 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1);
91 Scanline* fCurrScanline
    [all...]
  /external/skqp/src/core/
SkRegion_path.cpp 55 const Scanline* line = (Scanline*)fStorage;
57 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount);
69 * Scanline mimics a row in the region, nearly. A row in a region is:
71 * while a Scanline is
74 * the scanline a little when we convert it to a region-row.
80 struct Scanline {
85 Scanline* nextScanline() const {
87 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1);
91 Scanline* fCurrScanline
    [all...]

Completed in 121 milliseconds