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

  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 562 RunType* druns = dst->fRunHead->writable_runs(); local
564 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
570 *druns++ = (SkRegion::RunType)(bottom + dy); // bottom;
571 *druns++ = *sruns++; // copy intervalCount;
577 *druns++ = (SkRegion::RunType)(x + dx);
578 *druns++ = (SkRegion::RunType)(*sruns++ + dx);
580 *druns++ = kRunTypeSentinel; // x sentinel
582 *druns++ = kRunTypeSentinel; // y sentinel
585 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
    [all...]
  /external/skia/src/core/
SkRegion.cpp 562 RunType* druns = dst->fRunHead->writable_runs(); local
564 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
570 *druns++ = (SkRegion::RunType)(bottom + dy); // bottom;
571 *druns++ = *sruns++; // copy intervalCount;
577 *druns++ = (SkRegion::RunType)(x + dx);
578 *druns++ = (SkRegion::RunType)(*sruns++ + dx);
580 *druns++ = kRunTypeSentinel; // x sentinel
582 *druns++ = kRunTypeSentinel; // y sentinel
585 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
    [all...]

Completed in 155 milliseconds