Searched refs:writable_runs (Results 1 – 3 of 3) sorted by relevance
116 SkRegion::RunType* writable_runs() { in writable_runs() function131 memcpy(writable->writable_runs(), this->readonly_runs(), in ensureWritable()196 RunType* runs = this->writable_runs(); in computeRunBounds()244 int runCount = SkToInt(runs - this->writable_runs() + 1); in computeRunBounds()
335 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType)); in setRuns()621 RunType* druns = dst->fRunHead->writable_runs(); in translate()1307 SkAssertResult(buffer.read(tmp.fRunHead->writable_runs(), count * sizeof(int32_t))); in readFromMemory()
380 builder.copyToRgn(tmp.fRunHead->writable_runs()); in setPath()