Searched refs:matchedDirection (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsTSect.h | 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, in matchedDirection() function 1512 SkASSERT(*oppMatched == this->matchedDirection(t, sect2, t2)); in matchedDirCheck() 1514 *oppMatched = this->matchedDirection(t, sect2, t2); in matchedDirCheck()
|