Home
last modified time | relevance | path

Searched refs:nPointCount (Results 76 – 100 of 323) sorted by relevance

12345678910>>...13

/dports/graphics/qgis/qgis-3.22.3/src/analysis/georeferencing/
H A Dqgsgcptransformer.h176 static int linearTransform( void *pTransformerArg, int bDstToSrc, int nPointCount,
217 static int helmertTransform( void *pTransformerArg, int bDstToSrc, int nPointCount,
288 static int projectiveTransform( void *pTransformerArg, int bDstToSrc, int nPointCount,
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx494 const sal_uInt32 nPointCount(rCandidate.count()); in findCuts() local
496 if(!nPointCount) in findCuts()
499 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in findCuts()
571 const B2DPoint aNextA(rCandidate.getB2DPoint(a + 1 == nPointCount ? 0 : a + 1)); in findCuts()
577 … const B2DPoint aNextB(rCandidate.getB2DPoint(b + 1 == nPointCount ? 0 : b + 1)); in findCuts()
615 const sal_uInt32 nPointCount(rPointPolygon.count()); in findTouchesOnEdge() local
617 if(!nPointCount) in findTouchesOnEdge()
624 for(sal_uInt32 a(0); a < nPointCount; a++) in findTouchesOnEdge()
680 const sal_uInt32 nPointCount(rPointPolygon.count()); in findTouches() local
683 if(!(nPointCount && nEdgePointCount)) in findTouches()
H A Db2dpolygonclipper.cxx90 const sal_uInt32 nPointCount(aCandidate.count()); in clipPolygonOnParallelAxis() local
91 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1); in clipPolygonOnParallelAxis()
350 const sal_uInt32 nPointCount(aCandidate.count()); in clipPolyPolygonOnPolyPolygon() local
351 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1); in clipPolyPolygonOnPolyPolygon()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx494 const sal_uInt32 nPointCount(rCandidate.count()); in findCuts() local
496 if(nPointCount) in findCuts()
498 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in findCuts()
569 … const B2DPoint aNextA(rCandidate.getB2DPoint(a + 1 == nPointCount ? 0 : a + 1)); in findCuts()
575 … const B2DPoint aNextB(rCandidate.getB2DPoint(b + 1 == nPointCount ? 0 : b + 1)); in findCuts()
615 const sal_uInt32 nPointCount(rPointPolygon.count()); in findTouchesOnEdge() local
617 if(nPointCount) in findTouchesOnEdge()
623 for(sal_uInt32 a(0); a < nPointCount; a++) in findTouchesOnEdge()
680 const sal_uInt32 nPointCount(rPointPolygon.count()); in findTouches() local
683 if(nPointCount && nEdgePointCount) in findTouches()
H A Db2dpolygonclipper.cxx92 const sal_uInt32 nPointCount(aCandidate.count()); in clipPolygonOnParallelAxis() local
93 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1); in clipPolygonOnParallelAxis()
352 const sal_uInt32 nPointCount(aCandidate.count()); in clipPolyPolygonOnPolyPolygon() local
353 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1); in clipPolyPolygonOnPolyPolygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dtxtrange.hxx52 sal_uInt32 nPointCount; // Number of polygon points member in TextRanger
71 sal_uInt32 GetPointCount() const { return nPointCount; } in GetPointCount()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dtxtrange.hxx54 sal_uInt32 nPointCount; // Number of polygon points member in TextRanger
73 sal_uInt32 GetPointCount() const { return nPointCount; } in GetPointCount()
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dgdal_rpc.cpp816 int nPointCount, in GDALRPCTransformWholeLineWithDEM() argument
828 for( i = 0; i < nPointCount; i++ ) in GDALRPCTransformWholeLineWithDEM()
838 for( i = 0; i < nPointCount; i++ ) in GDALRPCTransformWholeLineWithDEM()
854 for( i = 0; i < nPointCount; i++ ) in GDALRPCTransformWholeLineWithDEM()
997 int nPointCount, in GDALRPCTransform() argument
1065 if( nPointCount >= 10 && psTransform->poDS != NULL && in GDALRPCTransform()
1066 psTransform->poCT == NULL && padfY[0] == padfY[nPointCount-1] && in GDALRPCTransform()
1067 padfY[0] == padfY[nPointCount/ 2] && in GDALRPCTransform()
1075 for(i = 1; i < nPointCount; i++) in GDALRPCTransform()
1130 for( i = 0; i < nPointCount; i++ ) in GDALRPCTransform()
[all …]
H A Dgdaltransformer.cpp1733 int nPointCount, in GDALGenImgProjTransform() argument
1747 CPLAssert(nPointCount > 0); in GDALGenImgProjTransform()
1748 countGDALGenImgProjTransform += nPointCount; in GDALGenImgProjTransform()
1751 for( i = 0; i < nPointCount; i++ ) in GDALGenImgProjTransform()
1780 nPointCount, padfX, padfY, padfZ, in GDALGenImgProjTransform()
1807 for( i = 0; i < nPointCount; i++ ) in GDALGenImgProjTransform()
1890 for( i = 0; i < nPointCount; i++ ) in GDALGenImgProjTransform()
2400 int nPointCount, in GDALReprojectionTransform() argument
2411 nPointCount, padfX, padfY, padfZ, panSuccess ); in GDALReprojectionTransform()
2414 nPointCount, padfX, padfY, padfZ, panSuccess ); in GDALReprojectionTransform()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx554 nPointCount( 0 ), in DXFBoundaryPathData()
586 nPointCount = rDGR.GetI(); in EvaluateGroup()
588 if (nPointCount > 0 && static_cast<sal_uInt32>(nPointCount) <= rDGR.remainingSize()) in EvaluateGroup()
589 aP.reserve(nPointCount); in EvaluateGroup()
591 nPointCount = 0; in EvaluateGroup()
600 if (nPointIndex < nPointCount) in EvaluateGroup()
609 if (nPointIndex < nPointCount) in EvaluateGroup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/idxf/
H A Ddxfentrd.cxx556 nPointCount( 0 ), in DXFBoundaryPathData()
588 nPointCount = rDGR.GetI(); in EvaluateGroup()
590 if (nPointCount > 0 && o3tl::make_unsigned(nPointCount) <= rDGR.remainingSize()) in EvaluateGroup()
591 aP.reserve(nPointCount); in EvaluateGroup()
593 nPointCount = 0; in EvaluateGroup()
602 if (nPointIndex < nPointCount) in EvaluateGroup()
611 if (nPointIndex < nPointCount) in EvaluateGroup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DMeanValueRegressionCurveCalculator.cxx93 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
109 …return RegressionCurveCalculator::getCurveValues( min, max, nPointCount, xScalingX, xScalingY, bMa… in getCurveValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdpoev.cxx439 const sal_uInt16 nPointCount(aPathPolygon.GetSize()); in IsRipUpAtMarkedPointsPossible() local
441 if(nPointCount >= 3) in IsRipUpAtMarkedPointsPossible()
445 [nPointCount](const sal_uInt16 nMarkedPointNum) { in IsRipUpAtMarkedPointsPossible()
446 return nMarkedPointNum > 0 && nMarkedPointNum < nPointCount - 1; in IsRipUpAtMarkedPointsPossible()
475 const sal_uInt16 nPointCount(rPathPolygon.GetSize()); in IsOpenCloseMarkedObjectsPossible() local
477 bRetval = (nPointCount >= 3); in IsOpenCloseMarkedObjectsPossible()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dods/
H A Dogrdodssequencelayer.cpp790 int nPointCount, i; in GetFeature() local
793 padfX = poFeature->GetFieldAsDoubleList( iXField, &nPointCount ); in GetFeature()
794 padfY = poFeature->GetFieldAsDoubleList( iYField, &nPointCount ); in GetFeature()
796 padfZ = poFeature->GetFieldAsDoubleList(iZField,&nPointCount); in GetFeature()
798 poLS->setPoints( nPointCount, (double *) padfX, (double *) padfY, in GetFeature()
802 for( i = 0; i < nPointCount; i++ ) in GetFeature()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdpoev.cxx439 const sal_uInt16 nPointCount(aPathPolygon.GetSize()); in IsRipUpAtMarkedPointsPossible() local
441 if(nPointCount >= 3) in IsRipUpAtMarkedPointsPossible()
445 [nPointCount](const sal_uInt16 nMarkedPointNum) { in IsRipUpAtMarkedPointsPossible()
446 return nMarkedPointNum > 0 && nMarkedPointNum < nPointCount - 1; in IsRipUpAtMarkedPointsPossible()
475 const sal_uInt16 nPointCount(rPathPolygon.GetSize()); in IsOpenCloseMarkedObjectsPossible() local
477 bRetval = (nPointCount >= 3); in IsOpenCloseMarkedObjectsPossible()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DMeanValueRegressionCurveCalculator.cxx93 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
109 …return RegressionCurveCalculator::getCurveValues( min, max, nPointCount, xScalingX, xScalingY, bMa… in getCurveValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java307 int nPointCount = 8; in Demo_PolyPolygonBezier() local
308 Point[] pPolyPoints = new Point[ nPointCount ]; in Demo_PolyPolygonBezier()
309 PolygonFlags[] pPolyFlags = new PolygonFlags[ nPointCount ]; in Demo_PolyPolygonBezier()
311 for ( n = 0; n < nPointCount; n++ ) in Demo_PolyPolygonBezier()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java307 int nPointCount = 8; in Demo_PolyPolygonBezier() local
308 Point[] pPolyPoints = new Point[ nPointCount ]; in Demo_PolyPolygonBezier()
309 PolygonFlags[] pPolyFlags = new PolygonFlags[ nPointCount ]; in Demo_PolyPolygonBezier()
311 for ( n = 0; n < nPointCount; n++ ) in Demo_PolyPolygonBezier()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/charttypes/
H A DAreaChart.cxx178 sal_Int32 nPointCount = pOuterSourceX->getLength(); in lcl_removeDuplicatePoints() local
179 if( !nPointCount ) in lcl_removeDuplicatePoints()
182 pOuterTargetX->realloc(nPointCount); in lcl_removeDuplicatePoints()
183 pOuterTargetY->realloc(nPointCount); in lcl_removeDuplicatePoints()
184 pOuterTargetZ->realloc(nPointCount); in lcl_removeDuplicatePoints()
200 for( sal_Int32 nSource=1; nSource<nPointCount; nSource++ ) in lcl_removeDuplicatePoints()
215 if( nTargetPointCount<nPointCount ) in lcl_removeDuplicatePoints()
413 sal_Int32 nPointCount = aPoly.SequenceX[nPoly].getLength(); in impl_createLine() local
414 for(sal_Int32 nPoint=0;nPoint<nPointCount-1;nPoint++) in impl_createLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/charttypes/
H A DAreaChart.cxx177 sal_Int32 nPointCount = pOuterSourceX->getLength(); in lcl_removeDuplicatePoints() local
178 if( !nPointCount ) in lcl_removeDuplicatePoints()
181 pOuterTargetX->realloc(nPointCount); in lcl_removeDuplicatePoints()
182 pOuterTargetY->realloc(nPointCount); in lcl_removeDuplicatePoints()
183 pOuterTargetZ->realloc(nPointCount); in lcl_removeDuplicatePoints()
199 for( sal_Int32 nSource=1; nSource<nPointCount; nSource++ ) in lcl_removeDuplicatePoints()
214 if( nTargetPointCount<nPointCount ) in lcl_removeDuplicatePoints()
412 sal_Int32 nPointCount = aPoly.SequenceX[nPoly].getLength(); in impl_createLine() local
413 for(sal_Int32 nPoint=0;nPoint<nPointCount-1;nPoint++) in impl_createLine()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dods/
H A Dogrdodssequencelayer.cpp793 int nPointCount, i; in GetFeature() local
797 poFeature->GetFieldAsDoubleList(iXField, &nPointCount); in GetFeature()
799 poFeature->GetFieldAsDoubleList(iYField, &nPointCount); in GetFeature()
802 ? poFeature->GetFieldAsDoubleList(iZField, &nPointCount) in GetFeature()
805 poLS->setPoints( nPointCount, (double *) padfX, (double *) padfY, in GetFeature()
809 for( i = 0; i < nPointCount; i++ ) in GetFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dods/
H A Dogrdodssequencelayer.cpp793 int nPointCount, i; in GetFeature() local
797 poFeature->GetFieldAsDoubleList(iXField, &nPointCount); in GetFeature()
799 poFeature->GetFieldAsDoubleList(iYField, &nPointCount); in GetFeature()
802 ? poFeature->GetFieldAsDoubleList(iZField, &nPointCount) in GetFeature()
805 poLS->setPoints( nPointCount, (double *) padfX, (double *) padfY, in GetFeature()
809 for( i = 0; i < nPointCount; i++ ) in GetFeature()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dods/
H A Dogrdodssequencelayer.cpp793 int nPointCount, i; in GetFeature() local
797 poFeature->GetFieldAsDoubleList(iXField, &nPointCount); in GetFeature()
799 poFeature->GetFieldAsDoubleList(iYField, &nPointCount); in GetFeature()
802 ? poFeature->GetFieldAsDoubleList(iZField, &nPointCount) in GetFeature()
805 poLS->setPoints( nPointCount, (double *) padfX, (double *) padfY, in GetFeature()
809 for( i = 0; i < nPointCount; i++ ) in GetFeature()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/shape/
H A Dshape2ogr.cpp620 int iGeom, iPoint, nPointCount = 0; in SHPWriteOGRObject() local
656 panRingStart[nParts ++] = nPointCount; in SHPWriteOGRObject()
659 CPLRealloc( padfX, sizeof(double)*(nNewPoints+nPointCount) ); in SHPWriteOGRObject()
661 CPLRealloc( padfY, sizeof(double)*(nNewPoints+nPointCount) ); in SHPWriteOGRObject()
663 CPLRealloc( padfZ, sizeof(double)*(nNewPoints+nPointCount) ); in SHPWriteOGRObject()
667 padfX[nPointCount] = poArc->getX( iPoint ); in SHPWriteOGRObject()
668 padfY[nPointCount] = poArc->getY( iPoint ); in SHPWriteOGRObject()
669 padfZ[nPointCount] = poArc->getZ( iPoint ); in SHPWriteOGRObject()
670 nPointCount++; in SHPWriteOGRObject()
679 nPointCount, padfX, padfY, padfZ, NULL); in SHPWriteOGRObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/processor3d/
H A Dcutfindprocessor3d.cxx153 const sal_uInt32 nPointCount(aPolygon.count()); in processBasePrimitive3D() local
155 if(nPointCount > 2) in processBasePrimitive3D()

12345678910>>...13