Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp415 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns() argument
417 SkASSERT(tmpStorage && intervals); in getRuns()
418 const RunType* runs = tmpStorage; in getRuns()
421 tmpStorage[0] = kRunTypeSentinel; in getRuns()
424 BuildRectRuns(fBounds, tmpStorage); in getRuns()
/external/skia/include/core/
DSkRegion.h430 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;