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

  /external/chromium_org/third_party/skia/src/core/
SkRegion_path.cpp 42 const Scanline* line = (Scanline*)fStorage;
44 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount);
56 * Scanline mimics a row in the region, nearly. A row in a region is:
58 * while a Scanline is
61 * the scanline a little when we convert it to a region-row.
67 struct Scanline {
72 Scanline* nextScanline() const {
74 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1);
78 Scanline* fCurrScanline
    [all...]
  /external/skia/src/core/
SkRegion_path.cpp 42 const Scanline* line = (Scanline*)fStorage;
44 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount);
56 * Scanline mimics a row in the region, nearly. A row in a region is:
58 * while a Scanline is
61 * the scanline a little when we convert it to a region-row.
67 struct Scanline {
72 Scanline* nextScanline() const {
74 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1);
78 Scanline* fCurrScanline
    [all...]

Completed in 164 milliseconds