Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp408 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], int* count) const in getRuns() argument
410 SkASSERT(tmpStorage && count); in getRuns()
411 const RunType* runs = tmpStorage; in getRuns()
415 tmpStorage[0] = kRunTypeSentinel; in getRuns()
420 BuildRectRuns(fBounds, tmpStorage); in getRuns()
/external/skia/include/core/
DSkRegion.h332 const RunType* getRuns(RunType tmpStorage[], int* count) const;