Home
last modified time | relevance | path

Searched refs:shapeLength (Results 1 – 23 of 23) sorted by relevance

/dports/math/openturns/openturns-1.18/python/src/
H A DPythonReadOnlyBuffer.c53 Py_ssize_t shapeLength; in Buffer_init() local
83 shapeLength = PyTuple_Size(shapeObj); in Buffer_init()
84 if (shapeLength < 0 || shapeLength >= OT_BUFFER_MAX_DIMS) in Buffer_init()
91 self->bufferview.ndim = (int)shapeLength; in Buffer_init()
92 if (shapeLength == 0) in Buffer_init()
102 for(i = 0; i < shapeLength; ++i) in Buffer_init()
108 for(i = shapeLength - 2; i >= 0; --i) in Buffer_init()
321 Py_ssize_t shapeLength; in Buffer_setstate() local
338 shapeLength = PyTuple_Size(shapeObj); in Buffer_setstate()
340 …if (shapeLength < 0 || shapeLength >= OT_BUFFER_MAX_DIMS || strideLength < 0 || strideLength >= OT… in Buffer_setstate()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DUndefined6.hs23 , fromLinearIndex, toLinearIndex, shapeLength
116 !n = shapeLength (shape img)
145 vector img = generate (shapeLength $ shape img) (img `linearIndex`)
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/searchjoin/
H A Ddb.h772 unsigned shapeLength;
774 shapeLength = _min(maxSeedLength, 10u);
776 shapeLength = _min(maxSeedLength, 3u);
778 dbIndex.sortedPrefix = shapeLength;
783 resize(shape, shapeLength);
791 if (shapeLength < maxSeedLength)
793 …maxSeedLength -= shapeLength; // delta between maxSeedLength and shapeLength is used for QGramLess…
804 QGramLessOffset_<TIndexSAPos, TText const>(text, maxSeedLength, shapeLength),
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java458 int shapeLength = getPathLength(gp); in setupClip() local
460 … if ((clipCoordinatesArray == null) || (clipCoordinatesArray.capacity() < (shapeLength * 6))) { in setupClip()
461 … clipCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a in setupClip()
464 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) { in setupClip()
465 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in setupClip()
1077 int shapeLength = getPathLength(gp); in drawfillShape() local
1079 … if ((shapeCoordinatesArray == null) || (shapeCoordinatesArray.capacity() < (shapeLength * 6))) { in drawfillShape()
1080 …shapeCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a ma… in drawfillShape()
1083 if ((shapeTypesArray == null) || (shapeTypesArray.capacity() < shapeLength)) { in drawfillShape()
1084 shapeTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in drawfillShape()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java458 int shapeLength = getPathLength(gp); in setupClip() local
460 … if ((clipCoordinatesArray == null) || (clipCoordinatesArray.capacity() < (shapeLength * 6))) { in setupClip()
461 … clipCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a in setupClip()
464 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) { in setupClip()
465 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in setupClip()
1077 int shapeLength = getPathLength(gp); in drawfillShape() local
1079 … if ((shapeCoordinatesArray == null) || (shapeCoordinatesArray.capacity() < (shapeLength * 6))) { in drawfillShape()
1080 …shapeCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a ma… in drawfillShape()
1083 if ((shapeTypesArray == null) || (shapeTypesArray.capacity() < shapeLength)) { in drawfillShape()
1084 shapeTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in drawfillShape()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java458 int shapeLength = getPathLength(gp); in setupClip() local
460 … if ((clipCoordinatesArray == null) || (clipCoordinatesArray.capacity() < (shapeLength * 6))) { in setupClip()
461 … clipCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a in setupClip()
464 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) { in setupClip()
465 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in setupClip()
1077 int shapeLength = getPathLength(gp); in drawfillShape() local
1079 … if ((shapeCoordinatesArray == null) || (shapeCoordinatesArray.capacity() < (shapeLength * 6))) { in drawfillShape()
1080 …shapeCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a ma… in drawfillShape()
1083 if ((shapeTypesArray == null) || (shapeTypesArray.capacity() < shapeLength)) { in drawfillShape()
1084 shapeTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in drawfillShape()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java458 int shapeLength = getPathLength(gp); in setupClip() local
460 … if ((clipCoordinatesArray == null) || (clipCoordinatesArray.capacity() < (shapeLength * 6))) { in setupClip()
461 … clipCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a in setupClip()
464 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) { in setupClip()
465 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in setupClip()
1075 int shapeLength = getPathLength(gp); in drawfillShape() local
1077 … if ((shapeCoordinatesArray == null) || (shapeCoordinatesArray.capacity() < (shapeLength * 6))) { in drawfillShape()
1078 …shapeCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a ma… in drawfillShape()
1081 if ((shapeTypesArray == null) || (shapeTypesArray.capacity() < shapeLength)) { in drawfillShape()
1082 shapeTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in drawfillShape()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java458 int shapeLength = getPathLength(gp); in setupClip() local
460 … if ((clipCoordinatesArray == null) || (clipCoordinatesArray.capacity() < (shapeLength * 6))) { in setupClip()
461 … clipCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a in setupClip()
464 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) { in setupClip()
465 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in setupClip()
1077 int shapeLength = getPathLength(gp); in drawfillShape() local
1079 … if ((shapeCoordinatesArray == null) || (shapeCoordinatesArray.capacity() < (shapeLength * 6))) { in drawfillShape()
1080 …shapeCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a ma… in drawfillShape()
1083 if ((shapeTypesArray == null) || (shapeTypesArray.capacity() < shapeLength)) { in drawfillShape()
1084 shapeTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in drawfillShape()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java458 int shapeLength = getPathLength(gp); in setupClip() local
460 … if ((clipCoordinatesArray == null) || (clipCoordinatesArray.capacity() < (shapeLength * 6))) { in setupClip()
461 … clipCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a in setupClip()
464 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) { in setupClip()
465 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in setupClip()
1077 int shapeLength = getPathLength(gp); in drawfillShape() local
1079 … if ((shapeCoordinatesArray == null) || (shapeCoordinatesArray.capacity() < (shapeLength * 6))) { in drawfillShape()
1080 …shapeCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a ma… in drawfillShape()
1083 if ((shapeTypesArray == null) || (shapeTypesArray.capacity() < shapeLength)) { in drawfillShape()
1084 shapeTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in drawfillShape()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java458 int shapeLength = getPathLength(gp); in setupClip() local
460 … if ((clipCoordinatesArray == null) || (clipCoordinatesArray.capacity() < (shapeLength * 6))) { in setupClip()
461 … clipCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a in setupClip()
464 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) { in setupClip()
465 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in setupClip()
1077 int shapeLength = getPathLength(gp); in drawfillShape() local
1079 … if ((shapeCoordinatesArray == null) || (shapeCoordinatesArray.capacity() < (shapeLength * 6))) { in drawfillShape()
1080 …shapeCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a ma… in drawfillShape()
1083 if ((shapeTypesArray == null) || (shapeTypesArray.capacity() < shapeLength)) { in drawfillShape()
1084 shapeTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in drawfillShape()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java458 int shapeLength = getPathLength(gp); in setupClip() local
460 … if ((clipCoordinatesArray == null) || (clipCoordinatesArray.capacity() < (shapeLength * 6))) { in setupClip()
461 … clipCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a in setupClip()
464 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) { in setupClip()
465 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in setupClip()
1077 int shapeLength = getPathLength(gp); in drawfillShape() local
1079 … if ((shapeCoordinatesArray == null) || (shapeCoordinatesArray.capacity() < (shapeLength * 6))) { in drawfillShape()
1080 …shapeCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a ma… in drawfillShape()
1083 if ((shapeTypesArray == null) || (shapeTypesArray.capacity() < shapeLength)) { in drawfillShape()
1084 shapeTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in drawfillShape()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java458 int shapeLength = getPathLength(gp); in setupClip() local
460 … if ((clipCoordinatesArray == null) || (clipCoordinatesArray.capacity() < (shapeLength * 6))) { in setupClip()
461 … clipCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a in setupClip()
464 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) { in setupClip()
465 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in setupClip()
1077 int shapeLength = getPathLength(gp); in drawfillShape() local
1079 … if ((shapeCoordinatesArray == null) || (shapeCoordinatesArray.capacity() < (shapeLength * 6))) { in drawfillShape()
1080 …shapeCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a ma… in drawfillShape()
1083 if ((shapeTypesArray == null) || (shapeTypesArray.capacity() < shapeLength)) { in drawfillShape()
1084 shapeTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in drawfillShape()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java458 int shapeLength = getPathLength(gp); in setupClip() local
460 … if ((clipCoordinatesArray == null) || (clipCoordinatesArray.capacity() < (shapeLength * 6))) { in setupClip()
461 … clipCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a in setupClip()
464 if ((clipTypesArray == null) || (clipTypesArray.capacity() < shapeLength)) { in setupClip()
465 clipTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in setupClip()
1075 int shapeLength = getPathLength(gp); in drawfillShape() local
1077 … if ((shapeCoordinatesArray == null) || (shapeCoordinatesArray.capacity() < (shapeLength * 6))) { in drawfillShape()
1078 …shapeCoordinatesArray = getBufferOfSize(shapeLength * 6).asFloatBuffer(); // segment can have a ma… in drawfillShape()
1081 if ((shapeTypesArray == null) || (shapeTypesArray.capacity() < shapeLength)) { in drawfillShape()
1082 shapeTypesArray = getBufferOfSize(shapeLength).asIntBuffer(); in drawfillShape()
[all …]
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DCanvasGraph.hxx100 bool readShapes(int numShapes, unsigned long shapeLength, unsigned long dataLength);
H A DCanvasGraph.cxx497 bool CanvasGraph::readShapes(int numShapes, unsigned long shapeLength, unsigned long dataLength) in readShapes() argument
499 if (long(shapeLength)<0 || !m_mainParser->decode(long(shapeLength)) || in readShapes() local
507 long endPos=pos+long(shapeLength); in readShapes()
513 …if (!input->checkPosition(endPos+long(dataLength)) || (long(shapeLength)-extraCheckSumSz)/86 < num… in readShapes()
/dports/databases/arrow/apache-arrow-6.0.1/java/format/src/main/java/org/apache/arrow/flatbuf/
H A DSparseTensor.java46 public int shapeLength() { int o = __offset(8); return o != 0 ? __vector_len(o) : 0; } in shapeLength() method in SparseTensor
H A DTensor.java45 public int shapeLength() { int o = __offset(8); return o != 0 ? __vector_len(o) : 0; } in shapeLength() method in Tensor
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dfeature.cpp721 double shapeLength = mapShape->length(); in createCandidatesAlongLine() local
722 if ( totalRepeats() > 1 && shapeLength < getLabelWidth() ) in createCandidatesAlongLine()
724 …else if ( shapeLength < getLabelWidth() - 2 * std::min( getLabelWidth(), mLF->overrunDistance() ) ) in createCandidatesAlongLine()
1417 double shapeLength = mapShape->length(); in createCurvedCandidatesAlongLine() local
1426 if ( totalCharacterWidth > shapeLength ) in createCurvedCandidatesAlongLine()
1428 if ( !allowOverrun || shapeLength < totalCharacterWidth - 2 * overrun ) in createCurvedCandidatesAlongLine()
1441 shapeLength = mapShape->length(); in createCurvedCandidatesAlongLine()
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dfeature.cpp741 double shapeLength = mapShape->length(); in createCandidatesAlongLine() local
742 if ( totalRepeats() > 1 && shapeLength < getLabelWidth() ) in createCandidatesAlongLine()
744 …else if ( shapeLength < getLabelWidth() - 2 * std::min( getLabelWidth(), mLF->overrunDistance() ) ) in createCandidatesAlongLine()
1304 double shapeLength = mapShape->length(); in createCurvedCandidatesAlongLine() local
1313 if ( totalCharacterWidth > shapeLength ) in createCurvedCandidatesAlongLine()
1315 if ( !allowOverrun || shapeLength < totalCharacterWidth - 2 * overrun ) in createCurvedCandidatesAlongLine()
/dports/math/liborigin/liborigin-3.0.1/
H A DOriginObj.h761 double shapeLength; member
768 , shapeLength(0.0) in LineVertex()
H A DOriginAnyParser.cpp1650 begin.shapeLength = (double)w/500.0; in getAnnotationProperties()
1657 end.shapeLength = (double)w/500.0; in getAnnotationProperties()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/cvtt/
H A DConvectionKernels.cpp3786 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySingleColorRGBAMultiTable()
3805 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySingleColorRGBAMultiTable()
4018 int shapeLength = BC7Data::g_shapeRanges[shape][1]; in TrySinglePlane() local
4026 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySinglePlane()
4128 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySinglePlane()
4198 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySinglePlane()
4215 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySinglePlane()
4222 … MFloat rcpShapeLength = ParallelMath::MakeFloat(1.0f / static_cast<float>(shapeLength)); in TrySinglePlane()
4335 …ColorRGBAMultiTable(flags, pixels, average, numRealChannels, fragment, shapeLength, staticAlphaErr… in TrySinglePlane()
4365 int shapeLength = BC7Data::g_shapeRanges[shape][1]; in TrySinglePlane() local
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/cvtt/
H A DConvectionKernels.cpp3786 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySingleColorRGBAMultiTable()
3805 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySingleColorRGBAMultiTable()
4018 int shapeLength = BC7Data::g_shapeRanges[shape][1]; in TrySinglePlane() local
4026 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySinglePlane()
4128 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySinglePlane()
4198 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySinglePlane()
4215 for (int pxi = 0; pxi < shapeLength; pxi++) in TrySinglePlane()
4222 … MFloat rcpShapeLength = ParallelMath::MakeFloat(1.0f / static_cast<float>(shapeLength)); in TrySinglePlane()
4335 …ColorRGBAMultiTable(flags, pixels, average, numRealChannels, fragment, shapeLength, staticAlphaErr… in TrySinglePlane()
4365 int shapeLength = BC7Data::g_shapeRanges[shape][1]; in TrySinglePlane() local
[all …]