Home
last modified time | relevance | path

Searched defs:sect2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsTSect.cpp563 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin()
651 bool SkTSect::coincidentCheck(SkTSect* sect2) { in coincidentCheck()
686 void SkTSect::coincidentForce(SkTSect* sect2, in coincidentForce()
745 void SkTSect::computePerpendiculars(SkTSect* sect2, in computePerpendiculars()
839 SkTSect* sect2, in extractCoincident()
1253 bool SkTSect::matchedDirection(double t, const SkTSect* sect2, in matchedDirection()
1260 void SkTSect::matchedDirCheck(double t, const SkTSect* sect2, in matchedDirCheck()
1270 void SkTSect::mergeCoincidence(SkTSect* sect2) { in mergeCoincidence()
1619 const SkTSect* sect2, SkIntersections* intersections) { in EndsEqual()
1793 SkTSect* sect2, SkIntersections* intersections) { in BinarySearch()
/aosp_15_r20/external/skia/tests/
H A DPathOpsDebug.cpp450 void DumpBoth(SkTSect* sect1, SkTSect* sect2) { in DumpBoth()