Home | History | Annotate | Download | only in pathops

Lines Matching full:matcheddirection

292     bool matchedDirection(double t, const SkTSect<OppCurve, TCurve>* sect2, double t2) const;
1501 bool SkTSect<TCurve, OppCurve>::matchedDirection(double t, const SkTSect<OppCurve, TCurve>* sect2,
1512 SkASSERT(*oppMatched == this->matchedDirection(t, sect2, t2));
1514 *oppMatched = this->matchedDirection(t, sect2, t2);