Lines Matching defs:runs
48 bool SkRegion::RunsAreARect(const SkRegion::RunType runs[], int count, in RunsAreARect()
238 bool SkRegion::setRuns(RunType runs[], int count) { in setRuns()
328 const RunType* runs = fRunHead->findScanline(y); in contains() local
351 static SkRegion::RunType scanline_bottom(const SkRegion::RunType runs[]) { in scanline_bottom()
355 static const SkRegion::RunType* scanline_next(const SkRegion::RunType runs[]) { in scanline_next()
360 static bool scanline_contains(const SkRegion::RunType runs[], in scanline_contains()
423 const RunType* runs = tmpStorage; in getRuns() local
440 static bool scanline_intersects(const SkRegion::RunType runs[], in scanline_intersects()
1172 static const SkRegion::RunType* skip_intervals_slow(const SkRegion::RunType runs[]) { in skip_intervals_slow()
1189 static void compute_bounds(const SkRegion::RunType runs[], in compute_bounds()
1272 const RunType* runs = fRunHead->readonly_runs(); in dump() local
1324 const RunType* runs = fRuns; in next() local
1414 const SkRegion::RunType* runs = rgn.fRunHead->findScanline(y); in Spanerator() local
1453 const SkRegion::RunType* runs = fRuns; in next() local
1476 bool SkRegion::debugSetRuns(const RunType runs[], int count) { in debugSetRuns()