Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.cpp560 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin()
648 bool SkTSect::coincidentCheck(SkTSect* sect2) { in coincidentCheck()
683 void SkTSect::coincidentForce(SkTSect* sect2, in coincidentForce()
742 void SkTSect::computePerpendiculars(SkTSect* sect2, in computePerpendiculars()
836 SkTSect* sect2, in extractCoincident()
1250 bool SkTSect::matchedDirection(double t, const SkTSect* sect2, in matchedDirection()
1257 void SkTSect::matchedDirCheck(double t, const SkTSect* sect2, in matchedDirCheck()
1267 void SkTSect::mergeCoincidence(SkTSect* sect2) { in mergeCoincidence()
1616 const SkTSect* sect2, SkIntersections* intersections) { in EndsEqual()
1790 SkTSect* sect2, SkIntersections* intersections) { in BinarySearch()
/external/skia/tests/
DPathOpsDebug.cpp450 void DumpBoth(SkTSect* sect1, SkTSect* sect2) { in DumpBoth()