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

  /external/skia/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());

Completed in 282 milliseconds