Lines Matching defs:overlaps
1745 SkTDArray<SkCoincidentSpans*> overlaps;
1748 &overlaps)) {
1752 coinTe, oppTs, oppTe, &overlaps)) {
1755 const SkCoincidentSpans* overlap = overlaps.count() ? overlaps[0] : nullptr;
1756 for (int index = 1; index < overlaps.count(); ++index) { // combine overlaps before continuing
1757 const SkCoincidentSpans* test = overlaps[index];
1859 /* detects overlaps of different coincident runs on same segment */
1860 /* does not detect overlaps for pairs without any segments in common */