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 619 RunType* druns = dst->fRunHead->writable_runs(); local
621 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
627 *druns++ = (SkRegion::RunType)(bottom + dy); // bottom;
628 *druns++ = *sruns++; // copy intervalCount;
634 *druns++ = (SkRegion::RunType)(x + dx);
635 *druns++ = (SkRegion::RunType)(*sruns++ + dx);
637 *druns++ = SkRegion_kRunTypeSentinel; // x sentinel
639 *druns++ = SkRegion_kRunTypeSentinel; // y sentinel
642 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
    [all...]
  /external/skqp/src/core/
SkRegion.cpp 619 RunType* druns = dst->fRunHead->writable_runs(); local
621 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
627 *druns++ = (SkRegion::RunType)(bottom + dy); // bottom;
628 *druns++ = *sruns++; // copy intervalCount;
634 *druns++ = (SkRegion::RunType)(x + dx);
635 *druns++ = (SkRegion::RunType)(*sruns++ + dx);
637 *druns++ = SkRegion_kRunTypeSentinel; // x sentinel
639 *druns++ = SkRegion_kRunTypeSentinel; // y sentinel
642 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
    [all...]

Completed in 1907 milliseconds