Searched refs:tmpStorage (Results 1 – 4 of 4) sorted by relevance
460 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns() argument462 SkASSERT(tmpStorage && intervals); in getRuns()463 const RunType* runs = tmpStorage; in getRuns()466 tmpStorage[0] = SkRegion_kRunTypeSentinel; in getRuns()469 BuildRectRuns(fBounds, tmpStorage); in getRuns()
646 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;