Home
last modified time | relevance | path

Searched refs:intersectionCount (Results 1 – 14 of 14) sorted by relevance

/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/pens/
H A DpointInsidePen.py50 self.intersectionCount = 0
57 return self.intersectionCount
67 result = self.intersectionCount != 0
72 self.intersectionCount += 1
74 self.intersectionCount -= 1
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/plotting/RNApuzzler/includes/
H A DhandleSiblingIntersections.inc117 int intersectionCount = listOfIntersections[0];
130 for (int k = 0; k < intersectionCount; k++) {
180 int intersectionCount = 0;
185 intersectionCount++;
188 if (intersectionCount > 0) {
197 int *listOfIntersections = (int *)vrna_alloc((1 + 2 * intersectionCount) * sizeof(int));
198 listOfIntersections[0] = intersectionCount;
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/pens/
H A DpointInsidePen.py52 self.intersectionCount = 0
59 return self.intersectionCount
69 result = self.intersectionCount != 0
74 self.intersectionCount += 1
76 self.intersectionCount -= 1
/dports/graphics/geos/geos-3.9.1/include/geos/noding/
H A DNodingIntersectionFinder.h61 intersectionCount(0), in NodingIntersectionFinder()
98 return intersectionCount; in count()
167 size_t intersectionCount; variable
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/noding/
H A DNodingIntersectionFinder.java125 private int intersectionCount = 0; field in NodingIntersectionFinder
206 return intersectionCount; in count()
309 intersectionCount++; in processIntersections()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dcompositor_quads.cpp291 int intersectionCount = 0; in clipTile() local
299 for (int j = 0; j < intersectionCount; ++j) { in clipTile()
306 points[kS0 + intersectionCount] = intersect; in clipTile()
307 splitIndices[intersectionCount] = i; in clipTile()
308 intersectionCount++; in clipTile()
313 if (intersectionCount < 2) { in clipTile()
320 SkASSERT(intersectionCount == 2); in clipTile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dcompositor_quads.cpp291 int intersectionCount = 0; in clipTile() local
299 for (int j = 0; j < intersectionCount; ++j) { in clipTile()
306 points[kS0 + intersectionCount] = intersect; in clipTile()
307 splitIndices[intersectionCount] = i; in clipTile()
308 intersectionCount++; in clipTile()
313 if (intersectionCount < 2) { in clipTile()
320 SkASSERT(intersectionCount == 2); in clipTile()
/dports/graphics/geos/geos-3.9.1/src/noding/
H A DNodingIntersectionFinder.cpp150 intersectionCount++; in processIntersections()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DOpenBitSet.h163 static int64_t intersectionCount(const OpenBitSetPtr& a, const OpenBitSetPtr& b);
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelDIY2/
H A DvtkOverlappingCellsDetector.cxx776 vtkIdType intersectionCount = 0; in DetectOverlappingCells() local
814 ++intersectionCount; in DetectOverlappingCells()
821 if (intersectionCount) in DetectOverlappingCells()
824 id, queryNumberOfOverlapsPerCellsArray->GetValue(id) + intersectionCount); in DetectOverlappingCells()
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/function/
H A DNodingFunctions.java98 public static int intersectionCount(Geometry geom) in intersectionCount() method in NodingFunctions
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/util/
H A DOpenBitSetTest.cpp172 EXPECT_EQ(b_and->cardinality(), OpenBitSet::intersectionCount(b, b0)); in doRandomSets()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/util/
H A DOpenBitSet.cpp338 int64_t OpenBitSet::intersectionCount(const OpenBitSetPtr& a, const OpenBitSetPtr& b) { in intersectionCount() function in Lucene::OpenBitSet
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DPlanController.java13015 int intersectionCount = 0;
13018 intersectionCount++;
13103 && intersectionCount == 2) {