Home
last modified time | relevance | path

Searched refs:tmpStorage (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkRegion.cpp460 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns() argument
462 SkASSERT(tmpStorage && intervals); in getRuns()
463 const RunType* runs = tmpStorage; in getRuns()
466 tmpStorage[0] = SkRegion_kRunTypeSentinel; in getRuns()
469 BuildRectRuns(fBounds, tmpStorage); in getRuns()
/external/skia/src/core/
DSkRegion.cpp460 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns() argument
462 SkASSERT(tmpStorage && intervals); in getRuns()
463 const RunType* runs = tmpStorage; in getRuns()
466 tmpStorage[0] = SkRegion_kRunTypeSentinel; in getRuns()
469 BuildRectRuns(fBounds, tmpStorage); in getRuns()
/external/skia/include/core/
DSkRegion.h646 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
/external/skqp/include/core/
DSkRegion.h646 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;