Searched refs:tmpStorage (Results 1 – 2 of 2) sorted by relevance
414 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns() argument416 SkASSERT(tmpStorage && intervals); in getRuns()417 const RunType* runs = tmpStorage; in getRuns()420 tmpStorage[0] = kRunTypeSentinel; in getRuns()423 BuildRectRuns(fBounds, tmpStorage); in getRuns()
422 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;