Searched refs:writable_runs (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkRegionPriv.h | 114 SkRegion::RunType* writable_runs() { in writable_runs() function 129 memcpy(writable->writable_runs(), this->readonly_runs(), in ensureWritable() 194 RunType* runs = this->writable_runs(); in computeRunBounds() 242 int runCount = SkToInt(runs - this->writable_runs() + 1); in computeRunBounds()
|
D | SkRegion.cpp | 332 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType)); in setRuns() 618 RunType* druns = dst->fRunHead->writable_runs(); in translate() 1304 SkAssertResult(buffer.read(tmp.fRunHead->writable_runs(), count * sizeof(int32_t))); in readFromMemory()
|
D | SkRegion_path.cpp | 380 builder.copyToRgn(tmp.fRunHead->writable_runs()); in setPath()
|
/external/skqp/src/core/ |
D | SkRegionPriv.h | 114 SkRegion::RunType* writable_runs() { in writable_runs() function 129 memcpy(writable->writable_runs(), this->readonly_runs(), in ensureWritable() 194 RunType* runs = this->writable_runs(); in computeRunBounds() 242 int runCount = SkToInt(runs - this->writable_runs() + 1); in computeRunBounds()
|
D | SkRegion.cpp | 333 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType)); in setRuns() 619 RunType* druns = dst->fRunHead->writable_runs(); in translate() 1306 SkAssertResult(buffer.read(tmp.fRunHead->writable_runs(), count * sizeof(int32_t))); in readFromMemory()
|
D | SkRegion_path.cpp | 381 builder.copyToRgn(tmp.fRunHead->writable_runs()); in setPath()
|