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

/external/chromium_org/third_party/skia/src/core/
H A DSkRegion.cpp563 RunType* druns = dst->fRunHead->writable_runs(); local
565 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
571 *druns++ = (SkRegion::RunType)(bottom + dy); // bottom;
572 *druns++ = *sruns++; // copy intervalCount;
578 *druns++ = (SkRegion::RunType)(x + dx);
579 *druns++ = (SkRegion::RunType)(*sruns++ + dx);
581 *druns++ = kRunTypeSentinel; // x sentinel
583 *druns++ = kRunTypeSentinel; // y sentinel
586 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
/external/skia/src/core/
H A DSkRegion.cpp563 RunType* druns = dst->fRunHead->writable_runs(); local
565 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
571 *druns++ = (SkRegion::RunType)(bottom + dy); // bottom;
572 *druns++ = *sruns++; // copy intervalCount;
578 *druns++ = (SkRegion::RunType)(x + dx);
579 *druns++ = (SkRegion::RunType)(*sruns++ + dx);
581 *druns++ = kRunTypeSentinel; // x sentinel
583 *druns++ = kRunTypeSentinel; // y sentinel
586 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);

Completed in 191 milliseconds