Searched refs:tmpStorage (Results 1 – 2 of 2) sorted by relevance
408 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], int* count) const in getRuns() argument410 SkASSERT(tmpStorage && count); in getRuns()411 const RunType* runs = tmpStorage; in getRuns()415 tmpStorage[0] = kRunTypeSentinel; in getRuns()420 BuildRectRuns(fBounds, tmpStorage); in getRuns()
332 const RunType* getRuns(RunType tmpStorage[], int* count) const;