Home | History | Annotate | Download | only in pathops

Lines Matching defs:overlaps

1761     SkTDArray<SkCoincidentSpans*> overlaps;
1764 &overlaps)) {
1768 coinTe, oppTs, oppTe, &overlaps)) {
1771 const SkCoincidentSpans* overlap = overlaps.count() ? overlaps[0] : nullptr;
1772 for (int index = 1; index < overlaps.count(); ++index) { // combine overlaps before continuing
1773 const SkCoincidentSpans* test = overlaps[index];
1874 /* detects overlaps of different coincident runs on same segment */
1875 /* does not detect overlaps for pairs without any segments in common */