Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp414 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns() argument
416 SkASSERT(tmpStorage && intervals); in getRuns()
417 const RunType* runs = tmpStorage; in getRuns()
420 tmpStorage[0] = kRunTypeSentinel; in getRuns()
423 BuildRectRuns(fBounds, tmpStorage); in getRuns()
/external/skia/include/core/
DSkRegion.h422 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;