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

  /external/skia/legacy/src/core/
SkRegion.cpp 509 RunType* druns = dst->fRunHead->writable_runs();
511 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
517 *druns++ = (SkRegion::RunType)(bottom + dy); // bottom;
523 *druns++ = (SkRegion::RunType)(x + dx);
524 *druns++ = (SkRegion::RunType)(*sruns++ + dx);
526 *druns++ = kRunTypeSentinel; // x sentinel
528 *druns++ = kRunTypeSentinel; // y sentinel
531 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
    [all...]
  /external/skia/src/core/
SkRegion.cpp 553 RunType* druns = dst->fRunHead->writable_runs(); local
555 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
561 *druns++ = (SkRegion::RunType)(bottom + dy); // bottom;
562 *druns++ = *sruns++; // copy intervalCount;
568 *druns++ = (SkRegion::RunType)(x + dx);
569 *druns++ = (SkRegion::RunType)(*sruns++ + dx);
571 *druns++ = kRunTypeSentinel; // x sentinel
573 *druns++ = kRunTypeSentinel; // y sentinel
576 SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->fRunCount);
    [all...]

Completed in 50 milliseconds