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

/external/skia/src/core/
H A DSkRegion.cpp560 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);
/external/skqp/src/core/
H A DSkRegion.cpp560 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);

Completed in 382 milliseconds