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

  /external/skia/src/core/
SkRegion.cpp 560 RunType* druns = dst->fRunHead->writable_runs(); local
562 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
568 *druns++ = (SkRegion::RunType)(bottom + dy); // bottom;
569 *druns++ = *sruns++; // copy intervalCount;
575 *druns++ = (SkRegion::RunType)(x + dx);
576 *druns++ = (SkRegion::RunType)(*sruns++ + dx);
578 *druns++ = kRunTypeSentinel; // x sentinel
580 *druns++ = kRunTypeSentinel; // y sentinel
583 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
    [all...]
  /external/skqp/src/core/
SkRegion.cpp 560 RunType* druns = dst->fRunHead->writable_runs(); local
562 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
568 *druns++ = (SkRegion::RunType)(bottom + dy); // bottom;
569 *druns++ = *sruns++; // copy intervalCount;
575 *druns++ = (SkRegion::RunType)(x + dx);
576 *druns++ = (SkRegion::RunType)(*sruns++ + dx);
578 *druns++ = kRunTypeSentinel; // x sentinel
580 *druns++ = kRunTypeSentinel; // y sentinel
583 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
    [all...]

Completed in 68 milliseconds