Home | History | Annotate | Download | only in pathops

Lines Matching full:intersects

286     int intersects(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp,
526 if (!fBounds.intersects(opp->fBounds)) {
1253 int SkTSect<TCurve, OppCurve>::intersects(SkTSpan<TCurve, OppCurve>* span,
1332 // find the point where the tangent line intersects the opposite curve
1729 /* Each span has a range of opposite spans it intersects. After the span is split in two,
1739 int oppSects, sects = this->intersects(span, opp, test, &oppSects);
2030 int oppSect, sect = sect1->intersects(span1, sect2, span2, &oppSect);