Home
last modified time | relevance | path

Searched refs:nPointCount (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrlinestring.cpp61 nPointCount(0), in OGRSimpleCurve()
82 nPointCount(0), in OGRSimpleCurve()
431 nPointCount = 0; in setNumPoints()
898 nPointCount --; in removePoint()
1591 else if( nPointCount ) in importFromWkb()
1756 nPointCount = 0; in importFromWkt()
2386 poCT->Transform( nPointCount, xyz, xyz + nPointCount, in transform()
2397 xyz[j+nPointCount] = xyz[i+nPointCount]; in transform()
2398 xyz[j+2*nPointCount] = xyz[i+2*nPointCount]; in transform()
2482 if( nPointCount < 2 ) in segmentize()
[all …]
H A Dogrlinearring.cpp318 memcpy( pabyData, &nPointCount, 4 ); in _exportToWkb()
451 if( nPointCount < 2 ) in isClockwise()
481 next = nPointCount - 1 - 1; in isClockwise()
497 if( next >= nPointCount - 1 ) in isClockwise()
531 for( int i = 1; i < nPointCount-1; i++ ) in isClockwise()
537 paoPoints[nPointCount-1].x * in isClockwise()
558 const int pos = nPointCount - i - 1; in reverseWindingOrder()
572 if( nPointCount < 2 ) in closeRings()
575 if( getX(0) != getX(nPointCount-1) in closeRings()
576 || getY(0) != getY(nPointCount-1) in closeRings()
[all …]
H A Dogrcircularstring.cpp241 for( int i = 0; i < nPointCount-2; i += 2 ) in get_Length()
276 if( !IsValidFast() || nPointCount == 0 ) in ExtendEnvelopeWithCircular()
281 for( int i = 0; i < nPointCount - 2; i += 2 ) in ExtendEnvelopeWithCircular()
365 if( !IsValidFast() || nPointCount == 0 ) in segmentize()
381 for( int i = 0; i < nPointCount - 2; i += 2 ) in segmentize()
544 aoRawPoint.push_back(paoPoints[nPointCount-1]); in segmentize()
546 adfZ.push_back(padfZ[nPointCount-1]); in segmentize()
588 for( int i = 0; i < nPointCount - 2; i += 2 ) in Value()
681 for( int i = 0; i < nPointCount - 2; i += 2 ) in CurveToLine()
703 if( nPointCount == 1 || nPointCount == 2 || in IsValidFast()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrlinestring.cpp61 nPointCount(0),
82 nPointCount(0), in OGRLinearRing()
431 nPointCount = 0; in _WkbSize()
898 nPointCount --;
1591 else if( nPointCount )
1756 nPointCount = 0;
2386 poCT->Transform( nPointCount, xyz, xyz + nPointCount,
2397 xyz[j+nPointCount] = xyz[i+nPointCount];
2398 xyz[j+2*nPointCount] = xyz[i+2*nPointCount];
2482 if( nPointCount < 2 )
[all …]
H A Dogrlinearring.cpp318 memcpy( pabyData, &nPointCount, 4 );
451 if( nPointCount < 2 ) in GetSpatialRef()
481 next = nPointCount - 1 - 1; in GetSpatialRef()
497 if( next >= nPointCount - 1 ) in GetSpatialRef()
531 for( int i = 1; i < nPointCount-1; i++ ) in GetSpatialRef()
537 paoPoints[nPointCount-1].x * in GetSpatialRef()
558 const int pos = nPointCount - i - 1;
572 if( nPointCount < 2 )
575 if( getX(0) != getX(nPointCount-1)
576 || getY(0) != getY(nPointCount-1)
[all …]
H A Dogrcircularstring.cpp241 for( int i = 0; i < nPointCount-2; i += 2 ) in get_Length()
276 if( !IsValidFast() || nPointCount == 0 ) in ExtendEnvelopeWithCircular()
281 for( int i = 0; i < nPointCount - 2; i += 2 ) in ExtendEnvelopeWithCircular()
365 if( !IsValidFast() || nPointCount == 0 ) in segmentize()
381 for( int i = 0; i < nPointCount - 2; i += 2 ) in segmentize()
544 aoRawPoint.push_back(paoPoints[nPointCount-1]); in segmentize()
546 adfZ.push_back(padfZ[nPointCount-1]); in segmentize()
588 for( int i = 0; i < nPointCount - 2; i += 2 ) in Value()
681 for( int i = 0; i < nPointCount - 2; i += 2 ) in CurveToLine()
703 if( nPointCount == 1 || nPointCount == 2 || in IsValidFast()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrlinestring.cpp61 nPointCount(0), in OGRSimpleCurve()
82 nPointCount(0), in OGRSimpleCurve()
431 nPointCount = 0; in setNumPoints()
898 nPointCount --; in removePoint()
1591 else if( nPointCount ) in importFromWkb()
1756 nPointCount = 0; in importFromWkt()
2386 poCT->Transform( nPointCount, xyz, xyz + nPointCount, in transform()
2397 xyz[j+nPointCount] = xyz[i+nPointCount]; in transform()
2398 xyz[j+2*nPointCount] = xyz[i+2*nPointCount]; in transform()
2482 if( nPointCount < 2 ) in segmentize()
[all …]
H A Dogrlinearring.cpp318 memcpy( pabyData, &nPointCount, 4 ); in _exportToWkb()
451 if( nPointCount < 2 ) in isClockwise()
481 next = nPointCount - 1 - 1; in isClockwise()
497 if( next >= nPointCount - 1 ) in isClockwise()
531 for( int i = 1; i < nPointCount-1; i++ ) in isClockwise()
537 paoPoints[nPointCount-1].x * in isClockwise()
558 const int pos = nPointCount - i - 1; in reverseWindingOrder()
572 if( nPointCount < 2 ) in closeRings()
575 if( getX(0) != getX(nPointCount-1) in closeRings()
576 || getY(0) != getY(nPointCount-1) in closeRings()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrlinestring.cpp45 nPointCount = 0; in OGRSimpleCurve()
153 if( nPointCount == 0 ) in Make3D()
277 nPointCount = 0; in setNumPoints()
969 nPointCount = 0; in importFromWkt()
1456 …poNewLineString->addPoint(paoPoints[nPointCount - 1].x, paoPoints[nPointCount - 1].y, padfZ[nPoint… in getSubLine()
1617 poCT->TransformEx( nPointCount, xyz, xyz + nPointCount, in transform()
1627 xyz[j+nPointCount] = xyz[i+nPointCount]; in transform()
1628 xyz[j+2*nPointCount] = xyz[i+2*nPointCount]; in transform()
1710 if( nPointCount < 2 ) in segmentize()
1919 if( nPointCount < 2 ) in get_LinearArea()
[all …]
H A Dogrlinearring.cpp240 nWords = 3 * nPointCount; in _exportToWkb()
253 nWords = 2 * nPointCount; in _exportToWkb()
286 return 4 + 24 * nPointCount; in _WkbSize()
288 return 4 + 16 * nPointCount; in _WkbSize()
340 if( nPointCount < 2 ) in isClockwise()
368 next = nPointCount - 1 - 1; in isClockwise()
385 if ( next >= nPointCount - 1 ) in isClockwise()
418 for (i=1; i<nPointCount-1; i++) { in isClockwise()
422 dfSum += paoPoints[nPointCount-1].x * (paoPoints[0].y - paoPoints[nPointCount-2].y); in isClockwise()
440 pos = nPointCount - i - 1; in reverseWindingOrder()
[all …]
H A Dogrcircularstring.cpp177 for(i=0;i<nPointCount-2;i+=2) in get_Length()
201 if( !IsValidFast() || nPointCount == 0 ) in ExtendEnvelopeWithCircular()
206 for(int i=0;i<nPointCount-2;i+=2) in ExtendEnvelopeWithCircular()
277 if( !IsValidFast() || nPointCount == 0 ) in segmentize()
293 for(int i=0;i<nPointCount-2;i+=2) in segmentize()
388 adfZ.push_back(padfZ[nPointCount-1]); in segmentize()
399 nPointCount = (int)aoRawPoint.size(); in segmentize()
429 for(i=0;i<nPointCount-2;i+=2) in Value()
514 for(i=0;i<nPointCount-2;i+=2) in CurveToLine()
536 if (nPointCount == 1 || nPointCount == 2 || in IsValidFast()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dogrlinestring.cpp187 nPointCount = 0; in OGRLineString()
327 if( nPointCount == 0 ) in Make3D()
351 assert( i < nPointCount ); in getPoint()
401 nPointCount = 0; in setNumPoints()
472 if( iPoint >= nPointCount ) in setPoint()
832 nPointCount = 0; in importFromWkt()
876 nPointCount = 0; in importFromWkt()
904 if( nPointCount == 0 ) in exportToWkt()
1064 if( nPointCount == 0 ) in getEnvelope()
1154 if( !poCT->Transform( nPointCount, xyz, xyz + nPointCount, in transform()
[all …]
H A Dogrlinearring.cpp226 for( int i = 0; i < nPointCount; i++ ) in _importFromWkb()
239 for( i = 0; i < nPointCount; i++ ) in _importFromWkb()
270 memcpy( pabyData, &nPointCount, 4 ); in _exportToWkb()
277 nWords = 3 * nPointCount; in _exportToWkb()
278 for( i = 0; i < nPointCount; i++ ) in _exportToWkb()
290 nWords = 2 * nPointCount; in _exportToWkb()
301 nCount = CPL_SWAP32( nPointCount ); in _exportToWkb()
323 return 4 + 24 * nPointCount; in _WkbSize()
325 return 4 + 16 * nPointCount; in _WkbSize()
363 for( int iVert = 0; iVert < nPointCount-1; iVert++ ) in isClockwise()
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrlinestring.cpp47 nPointCount = 0; in OGRLineString()
187 if( nPointCount == 0 ) in Make3D()
212 assert( i < nPointCount ); in getPoint()
311 nPointCount = 0; in setNumPoints()
385 if( iPoint >= nPointCount ) in setPoint()
895 nPointCount = 0; in importFromWkt()
945 nPointCount = 0; in importFromWkt()
978 if( nPointCount == 0 ) in exportToWkt()
1142 if( nPointCount == 0 ) in getEnvelope()
1232 if( !poCT->Transform( nPointCount, xyz, xyz + nPointCount, in transform()
[all …]
H A Dogrlinearring.cpp185 nBytesToCopy = 16 * nPointCount; in _importFromWkb()
255 memcpy( pabyData, &nPointCount, 4 ); in _exportToWkb()
262 nWords = 3 * nPointCount; in _exportToWkb()
275 nWords = 2 * nPointCount; in _exportToWkb()
308 return 4 + 24 * nPointCount; in _WkbSize()
310 return 4 + 16 * nPointCount; in _WkbSize()
373 pos = nPointCount - i - 1; in reverseWindingOrder()
386 if( nPointCount < 2 ) in closeRings()
389 if( getX(0) != getX(nPointCount-1) in closeRings()
390 || getY(0) != getY(nPointCount-1) in closeRings()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitelayer.cpp1013 if( nPointCount < 0 || nPointCount > INT_MAX / (2 * 8)) in createFromSpatialiteInternal()
1057 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1100 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1143 if( nPointCount < 0 || nPointCount > INT_MAX / (4 * 8)) in createFromSpatialiteInternal()
1190 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 16 * 2) / 8) in createFromSpatialiteInternal()
1264 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 24 * 2) / 12) in createFromSpatialiteInternal()
1343 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 24 * 2) / 16) in createFromSpatialiteInternal()
1520 if( nPointCount < 0 || nPointCount > INT_MAX / (2 * 8)) in createFromSpatialiteInternal()
1603 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1685 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitelayer.cpp1144 if( nPointCount < 0 || nPointCount > INT_MAX / (2 * 8)) in createFromSpatialiteInternal()
1186 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1228 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1269 if( nPointCount < 0 || nPointCount > INT_MAX / (4 * 8)) in createFromSpatialiteInternal()
1311 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 16 * 2) / 8) in createFromSpatialiteInternal()
1381 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 24 * 2) / 12) in createFromSpatialiteInternal()
1455 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 24 * 2) / 16) in createFromSpatialiteInternal()
1630 if( nPointCount < 0 || nPointCount > INT_MAX / (2 * 8)) in createFromSpatialiteInternal()
1709 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1787 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitelayer.cpp1144 if( nPointCount < 0 || nPointCount > INT_MAX / (2 * 8)) in createFromSpatialiteInternal()
1186 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1228 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1269 if( nPointCount < 0 || nPointCount > INT_MAX / (4 * 8)) in createFromSpatialiteInternal()
1311 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 16 * 2) / 8) in createFromSpatialiteInternal()
1381 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 24 * 2) / 12) in createFromSpatialiteInternal()
1455 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 24 * 2) / 16) in createFromSpatialiteInternal()
1630 if( nPointCount < 0 || nPointCount > INT_MAX / (2 * 8)) in createFromSpatialiteInternal()
1709 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1787 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitelayer.cpp1144 if( nPointCount < 0 || nPointCount > INT_MAX / (2 * 8)) in createFromSpatialiteInternal()
1186 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1228 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1269 if( nPointCount < 0 || nPointCount > INT_MAX / (4 * 8)) in createFromSpatialiteInternal()
1311 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 16 * 2) / 8) in createFromSpatialiteInternal()
1381 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 24 * 2) / 12) in createFromSpatialiteInternal()
1455 if( nPointCount < 0 || nPointCount - 2 > (INT_MAX - 24 * 2) / 16) in createFromSpatialiteInternal()
1630 if( nPointCount < 0 || nPointCount > INT_MAX / (2 * 8)) in createFromSpatialiteInternal()
1709 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
1787 if( nPointCount < 0 || nPointCount > INT_MAX / (3 * 8)) in createFromSpatialiteInternal()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/polygon/
H A Db2dpolygontools.cxx167 if(nPointCount) in adaptiveSubdivideByDistance()
250 if(nPointCount) in adaptiveSubdivideByAngle()
450 if(nPointCount) in getEdgeLength()
482 if(nPointCount) in getLength()
674 if(nPointCount) in getSnippetAbsolute()
1264 const sal_uInt32 nEdgeCount(bIsClosed ? nPointCount : nPointCount - 1); in applyLineDashing()
1533 if(nPointCount) in isInEpsilonRange()
2550 if(nPointCount) in expandToCurveInPoint()
2592 if(nPointCount) in setContinuityInPoint()
3286 if(nPointCount) in B2DPolygonToUnoPointSequence()
[all …]
H A Db3dpolygontools.cxx63 for(sal_uInt32 a(0); a < nPointCount; a++) in getRange()
77 if(nPointCount > 1) in getLength()
79 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in getLength()
228 const sal_uInt32 nEdgeCount(bIsClosed ? nPointCount : nPointCount - 1); in applyLineDashing()
406 for(a = 0; a < nPointCount; a++) in applyDefaultTextureCoordinatesSphere()
471 for(a = 0; a < nPointCount; a++) in applyDefaultTextureCoordinatesSphere()
523 if(nPointCount) in isInside()
722 if(nPointCount > 1) in isPointOnPolygon()
724 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in isPointOnPolygon()
739 else if(nPointCount) in isPointOnPolygon()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/polygon/
H A Db2dpolygontools.cxx169 if(nPointCount) in adaptiveSubdivideByDistance()
252 if(nPointCount) in adaptiveSubdivideByAngle()
327 if(nPointCount) in isInside()
452 if(nPointCount) in getEdgeLength()
484 if(nPointCount) in getLength()
676 if(nPointCount) in getSnippetAbsolute()
1448 if(nPointCount) in isInEpsilonRange()
2465 if(nPointCount) in expandToCurveInPoint()
2507 if(nPointCount) in setContinuityInPoint()
3201 if(nPointCount) in B2DPolygonToUnoPointSequence()
[all …]
H A Db3dpolygontools.cxx64 for(sal_uInt32 a(0); a < nPointCount; a++) in getRange()
78 if(nPointCount > 1) in getLength()
80 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in getLength()
115 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in applyLineDashing()
320 for(a = 0; a < nPointCount; a++) in applyDefaultTextureCoordinatesSphere()
385 for(a = 0; a < nPointCount; a++) in applyDefaultTextureCoordinatesSphere()
437 if(nPointCount) in isInside()
636 if(nPointCount > 1) in isPointOnPolygon()
638 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in isPointOnPolygon()
653 else if(nPointCount) in isPointOnPolygon()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive3d/
H A Dsdrextrudeprimitive3d.cxx219 if(nPointCount > 2) in create3DDecomposition()
221 sal_uInt32 nIndexA(nPointCount); in create3DDecomposition()
222 sal_uInt32 nIndexB(nPointCount); in create3DDecomposition()
223 sal_uInt32 nIndexC(nPointCount); in create3DDecomposition()
227 const sal_uInt32 nPrevInd((d + nPointCount - 1) % nPointCount); in create3DDecomposition()
239 if(nPointCount == nIndexA) in create3DDecomposition()
243 else if(nPointCount == nIndexB) in create3DDecomposition()
247 else if(nPointCount == nIndexC) in create3DDecomposition()
250 d = nPointCount; in create3DDecomposition()
272 else if(((nIndexA + nPointCount - 2) % nPointCount) == nIndexB) in create3DDecomposition()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive3d/
H A Dsdrextrudeprimitive3d.cxx223 if(nPointCount > 2) in create3DDecomposition()
225 sal_uInt32 nIndexA(nPointCount); in create3DDecomposition()
226 sal_uInt32 nIndexB(nPointCount); in create3DDecomposition()
227 sal_uInt32 nIndexC(nPointCount); in create3DDecomposition()
231 const sal_uInt32 nPrevInd((d + nPointCount - 1) % nPointCount); in create3DDecomposition()
243 if(nPointCount == nIndexA) in create3DDecomposition()
247 else if(nPointCount == nIndexB) in create3DDecomposition()
251 else if(nPointCount == nIndexC) in create3DDecomposition()
254 d = nPointCount; in create3DDecomposition()
276 else if(((nIndexA + nPointCount - 2) % nPointCount) == nIndexB) in create3DDecomposition()
[all …]

12345678910>>...13