Home
last modified time | relevance | path

Searched refs:sect2 (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp548 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() argument
558 const SkTCurve& opp = sect2->fCurve; in binarySearchCoin()
580 if (sect2->fHead->contains(oppTTest)) { in binarySearchCoin()
605 } else if (oppPt.approximatelyEqual(sect2->pointLast())) { in binarySearchCoin()
636 bool SkTSect::coincidentCheck(SkTSect* sect2) { in coincidentCheck() argument
649 sect2->validate(); in coincidentCheck()
650 this->computePerpendiculars(sect2, first, last); in coincidentCheck()
652 sect2->validate(); in coincidentCheck()
656 bool success = this->extractCoincident(sect2, coinStart, last, &coinStart); in coincidentCheck()
661 if (!fHead || !sect2 in coincidentCheck()
671 coincidentForce(SkTSect* sect2, double start1s, double start1e) coincidentForce() argument
730 computePerpendiculars(SkTSect* sect2, SkTSpan* first, SkTSpan* last) computePerpendiculars() argument
823 extractCoincident( SkTSect* sect2, SkTSpan* first, SkTSpan* last, SkTSpan** result) extractCoincident() argument
1238 matchedDirection(double t, const SkTSect* sect2, double t2) const matchedDirection() argument
1245 matchedDirCheck(double t, const SkTSect* sect2, double t2, bool* calcMatched, bool* oppMatched) const matchedDirCheck() argument
1255 mergeCoincidence(SkTSect* sect2) mergeCoincidence() argument
1603 EndsEqual(const SkTSect* sect1, const SkTSect* sect2, SkIntersections* intersections) EndsEqual() argument
1777 BinarySearch(SkTSect* sect1, SkTSect* sect2, SkIntersections* intersections) BinarySearch() argument
[all...]
H A DSkPathOpsTSect.h248 static void BinarySearch(SkTSect* sect1, SkTSect* sect2,
294 bool coincidentCheck(SkTSect* sect2);
295 void coincidentForce(SkTSect* sect2, double start1s, double start1e);
298 void computePerpendiculars(SkTSect* sect2, SkTSpan* first,
310 static int EndsEqual(const SkTSect* sect1, const SkTSect* sect2,
312 bool extractCoincident(SkTSect* sect2, SkTSpan* first,
321 bool matchedDirection(double t, const SkTSect* sect2, double t2) const;
322 void matchedDirCheck(double t, const SkTSect* sect2, double t2,
324 void mergeCoincidence(SkTSect* sect2);
/third_party/skia/tests/
H A DPathOpsDebug.cpp429 void DumpBoth(SkTSect* sect1, SkTSect* sect2) { in DumpBoth() argument
430 sect1->dumpBoth(sect2); in DumpBoth()

Completed in 7 milliseconds