HomeSort by relevance Sort by last modified time
    Searched full:writable_runs (Results 1 - 6 of 6) sorted by null

  /external/skia/legacy/src/core/
SkRegionPriv.h 43 SkRegion::RunType* writable_runs() function in struct:SkRegion::RunHead
66 memcpy(writable->writable_runs(), this->readonly_runs(),
SkRegion.cpp 315 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType));
509 RunType* druns = dst->fRunHead->writable_runs();
1034 buffer.read(tmp.fRunHead->writable_runs(), count * sizeof(RunType));
    [all...]
SkRegion_path.cpp 307 builder.copyToRgn(tmp.fRunHead->writable_runs());
  /external/skia/src/core/
SkRegionPriv.h 87 SkRegion::RunType* writable_runs() {
103 memcpy(writable->writable_runs(), this->readonly_runs(),
168 RunType* runs = this->writable_runs();
216 int runCount = runs - this->writable_runs() + 1;
SkRegion.cpp 288 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType));
553 RunType* druns = dst->fRunHead->writable_runs();
    [all...]
SkRegion_path.cpp 322 builder.copyToRgn(tmp.fRunHead->writable_runs());

Completed in 90 milliseconds