Home
last modified time | relevance | path

Searched refs:writable_runs (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkRegionPriv.h51 SkRegion::RunType* writable_runs() in writable_runs() function
74 memcpy(writable->writable_runs(), this->readonly_runs(), in ensureWritable()
DSkRegion.cpp330 memcpy(fRunHead->writable_runs(), runs, count * sizeof(RunType)); in setRuns()
528 RunType* druns = dst->fRunHead->writable_runs(); in translate()
1050 buffer.read(tmp.fRunHead->writable_runs(), count * sizeof(RunType)); in unflatten()
DSkRegion_path.cpp315 builder.copyToRgn(tmp.fRunHead->writable_runs()); in setPath()