Searched defs:sect2 (Results 1 – 2 of 2) sorted by relevance
| /external/skia/src/pathops/ |
| D | SkPathOpsTSect.h | 910 bool SkTSect<TCurve, OppCurve>::binarySearchCoin(SkTSect<OppCurve, TCurve>* sect2, double tStart, in binarySearchCoin() 991 bool SkTSect<TCurve, OppCurve>::coincidentCheck(SkTSect<OppCurve, TCurve>* sect2) { in coincidentCheck() 1027 void SkTSect<TCurve, OppCurve>::coincidentForce(SkTSect<OppCurve, TCurve>* sect2, in coincidentForce() 1085 void SkTSect<TCurve, OppCurve>::computePerpendiculars(SkTSect<OppCurve, TCurve>* sect2, in computePerpendiculars() 1180 SkTSect<OppCurve, TCurve>* sect2, in extractCoincident() 1588 bool SkTSect<TCurve, OppCurve>::matchedDirection(double t, const SkTSect<OppCurve, TCurve>* sect2, in matchedDirection() 1596 void SkTSect<TCurve, OppCurve>::matchedDirCheck(double t, const SkTSect<OppCurve, TCurve>* sect2, in matchedDirCheck() 1607 void SkTSect<TCurve, OppCurve>::mergeCoincidence(SkTSect<OppCurve, TCurve>* sect2) { in mergeCoincidence() 1952 const SkTSect<OppCurve, TCurve>* sect2, SkIntersections* intersections) { in EndsEqual() 2131 SkTSect<OppCurve, TCurve>* sect2, SkIntersections* intersections) { in BinarySearch()
|
| /external/skia/tests/ |
| D | PathOpsDebug.cpp | 498 void DumpBoth(SkTSect<TCurve, OppCurve>* sect1, SkTSect<OppCurve, TCurve>* sect2) { in DumpBoth() argument
|