Searched defs:sect2 (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 547 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() 635 bool SkTSect::coincidentCheck(SkTSect* sect2) { in coincidentCheck() 670 void SkTSect::coincidentForce(SkTSect* sect2, in coincidentForce() 729 void SkTSect::computePerpendiculars(SkTSect* sect2, in computePerpendiculars() 823 SkTSect* sect2, in extractCoincident() 1237 bool SkTSect::matchedDirection(double t, const SkTSect* sect2, in matchedDirection() 1244 void SkTSect::matchedDirCheck(double t, const SkTSect* sect2, in matchedDirCheck() 1254 void SkTSect::mergeCoincidence(SkTSect* sect2) { in mergeCoincidence() 1603 const SkTSect* sect2, SkIntersections* intersections) { in EndsEqual() 1778 SkTSect* sect2, SkIntersections* intersections) { in BinarySearch()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 548 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() 636 bool SkTSect::coincidentCheck(SkTSect* sect2) { in coincidentCheck() 671 void SkTSect::coincidentForce(SkTSect* sect2, in coincidentForce() 730 void SkTSect::computePerpendiculars(SkTSect* sect2, in computePerpendiculars() 824 SkTSect* sect2, in extractCoincident() 1238 bool SkTSect::matchedDirection(double t, const SkTSect* sect2, in matchedDirection() 1245 void SkTSect::matchedDirCheck(double t, const SkTSect* sect2, in matchedDirCheck() 1255 void SkTSect::mergeCoincidence(SkTSect* sect2) { in mergeCoincidence() 1604 const SkTSect* sect2, SkIntersections* intersections) { in EndsEqual() 1778 SkTSect* sect2, SkIntersections* intersections) { in BinarySearch()
|
/third_party/flutter/skia/tests/ |
D | PathOpsDebug.cpp | 429 void DumpBoth(SkTSect* sect1, SkTSect* sect2) { in DumpBoth()
|
/third_party/skia/tests/ |
D | PathOpsDebug.cpp | 429 void DumpBoth(SkTSect* sect1, SkTSect* sect2) { in DumpBoth()
|