Home
last modified time | relevance | path

Searched refs:nPolygonCount (Results 1 – 25 of 39) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx40 const sal_uInt32 nPolygonCount(rCandidate.count()); in getRange() local
42 for(sal_uInt32 a(0); a < nPolygonCount; a++) in getRange()
438 const sal_uInt32 nPolygonCount(rCandidate.count()); in isInside() local
440 if(nPolygonCount == 1) in isInside()
448 for(sal_uInt32 a(0); a < nPolygonCount; a++) in isInside()
519 const sal_uInt32 nPolygonCount(rPolyPolygonSource.count()); in B3DPolyPolygonToUnoPolyPolygonShape3D() local
521 if(nPolygonCount) in B3DPolyPolygonToUnoPolyPolygonShape3D()
523 rPolyPolygonShape3DRetval.SequenceX.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
524 rPolyPolygonShape3DRetval.SequenceY.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
525 rPolyPolygonShape3DRetval.SequenceZ.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
[all …]
H A Db2dpolygonclipper.cxx164 const sal_uInt32 nPolygonCount(rCandidate.count()); in clipPolyPolygonOnParallelAxis() local
167 for(sal_uInt32 a(0); a < nPolygonCount; a++) in clipPolyPolygonOnParallelAxis()
286 const sal_uInt32 nPolygonCount(rCandidate.count()); in clipPolyPolygonOnRange() local
289 if(!nPolygonCount) in clipPolyPolygonOnRange()
311 for(sal_uInt32 a(0); a < nPolygonCount; a++) in clipPolyPolygonOnRange()
H A Db2dpolypolygontools.cxx281 const sal_uInt32 nPolygonCount(rCandidate.count()); in getSmallestDistancePointToPolyPolygon() local
283 for(sal_uInt32 a(0); a < nPolygonCount; a++) in getSmallestDistancePointToPolyPolygon()
H A Db2dpolypolygoncutter.cxx647 const sal_uInt32 nPolygonCount(maOriginal.count()); in getB2DPolyPolygon() local
650 for(sal_uInt32 a(0); a < nPolygonCount; a++) in getB2DPolyPolygon()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx43 const sal_uInt32 nPolygonCount(rCandidate.count()); in getRange() local
45 for(sal_uInt32 a(0); a < nPolygonCount; a++) in getRange()
441 const sal_uInt32 nPolygonCount(rCandidate.count()); in isInside() local
443 if(nPolygonCount == 1) in isInside()
451 for(sal_uInt32 a(0); a < nPolygonCount; a++) in isInside()
519 const sal_uInt32 nPolygonCount(rPolyPolygonSource.count()); in B3DPolyPolygonToUnoPolyPolygonShape3D() local
521 if(nPolygonCount) in B3DPolyPolygonToUnoPolyPolygonShape3D()
523 rPolyPolygonShape3DRetval.SequenceX.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
524 rPolyPolygonShape3DRetval.SequenceY.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
525 rPolyPolygonShape3DRetval.SequenceZ.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
[all …]
H A Db2dpolygonclipper.cxx166 const sal_uInt32 nPolygonCount(rCandidate.count()); in clipPolyPolygonOnParallelAxis() local
169 for(sal_uInt32 a(0); a < nPolygonCount; a++) in clipPolyPolygonOnParallelAxis()
288 const sal_uInt32 nPolygonCount(rCandidate.count()); in clipPolyPolygonOnRange() local
291 if(!nPolygonCount) in clipPolyPolygonOnRange()
313 for(sal_uInt32 a(0); a < nPolygonCount; a++) in clipPolyPolygonOnRange()
H A Db2dpolypolygontools.cxx282 const sal_uInt32 nPolygonCount(rCandidate.count()); in getSmallestDistancePointToPolyPolygon() local
284 for(sal_uInt32 a(0); a < nPolygonCount; a++) in getSmallestDistancePointToPolyPolygon()
H A Db2dpolypolygoncutter.cxx646 const sal_uInt32 nPolygonCount(maOriginal.count()); in getB2DPolyPolygon() local
649 for(sal_uInt32 a(0); a < nPolygonCount; a++) in getB2DPolyPolygon()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrgeometryfactory.cpp843 int nPolygonCount, in organizePolygons() argument
855 if (nPolygonCount == 1) in organizePolygons()
889 sPolyExtended* asPolyEx = new sPolyExtended[nPolygonCount]; in organizePolygons()
922 for(i=0;i<nPolygonCount;i++) in organizePolygons()
965 for(i=0; i<nPolygonCount; i++) in organizePolygons()
1041 qsort(asPolyEx, nPolygonCount, sizeof(sPolyExtended), OGRGeometryFactoryCompareArea); in organizePolygons()
1056 for(i=1; !bMixedUpGeometries && go_on && i<nPolygonCount; i++) in organizePolygons()
1190 for( i=0; i < nPolygonCount; i++ ) in organizePolygons()
1204 qsort(asPolyEx, nPolygonCount, sizeof(sPolyExtended), OGRGeometryFactoryCompareByIndex); in organizePolygons()
1207 for(i=0;i<nPolygonCount;i++) in organizePolygons()
[all …]
H A Dogr_geometry.h617 int nPolygonCount,
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java298 int nPolygonCount = 50; in Demo_PolyPolygonBezier() local
299 aCoords.Coordinates = new Point[ nPolygonCount ][ ]; in Demo_PolyPolygonBezier()
300 aCoords.Flags = new PolygonFlags[ nPolygonCount ][ ]; in Demo_PolyPolygonBezier()
303 for ( nY = 0, i = 0; i < nPolygonCount; i++, nY += nPageHeight / nPolygonCount ) in Demo_PolyPolygonBezier()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java298 int nPolygonCount = 50; in Demo_PolyPolygonBezier() local
299 aCoords.Coordinates = new Point[ nPolygonCount ][ ]; in Demo_PolyPolygonBezier()
300 aCoords.Flags = new PolygonFlags[ nPolygonCount ][ ]; in Demo_PolyPolygonBezier()
303 for ( nY = 0, i = 0; i < nPolygonCount; i++, nY += nPageHeight / nPolygonCount ) in Demo_PolyPolygonBezier()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx114 const sal_uInt32 nPolygonCount(std::min(rPolA.count(), rPolB.count())); in impAddInBetweenFill() local
116 for(sal_uInt32 a(0); a < nPolygonCount; a++) in impAddInBetweenFill()
210 const sal_uInt32 nPolygonCount(std::min(rPolA.count(), rPolB.count())); in impCreateInBetweenNormals() local
212 for(sal_uInt32 a(0); a < nPolygonCount; a++) in impCreateInBetweenNormals()
288 const sal_uInt32 nPolygonCount(std::min(rPolA.count(), rPolB.count())); in impMixNormals() local
290 for(sal_uInt32 a(0); a < nPolygonCount; a++) in impMixNormals()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx114 const sal_uInt32 nPolygonCount(std::min(rPolA.count(), rPolB.count())); in impAddInBetweenFill() local
116 for(sal_uInt32 a(0); a < nPolygonCount; a++) in impAddInBetweenFill()
210 const sal_uInt32 nPolygonCount(std::min(rPolA.count(), rPolB.count())); in impCreateInBetweenNormals() local
212 for(sal_uInt32 a(0); a < nPolygonCount; a++) in impCreateInBetweenNormals()
288 const sal_uInt32 nPolygonCount(std::min(rPolA.count(), rPolB.count())); in impMixNormals() local
290 for(sal_uInt32 a(0); a < nPolygonCount; a++) in impMixNormals()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dsvmconverter.cxx175 sal_uInt16 nPolygonCount(0); in ImplReadExtendedPolyPolygonAction() local
176 rIStm.ReadUInt16( nPolygonCount ); in ImplReadExtendedPolyPolygonAction()
178 if (!nPolygonCount) in ImplReadExtendedPolyPolygonAction()
183 if (nPolygonCount > nMaxRecords) in ImplReadExtendedPolyPolygonAction()
186 " max possible entries, but " << nPolygonCount << " claimed, truncating"); in ImplReadExtendedPolyPolygonAction()
187 nPolygonCount = nMaxRecords; in ImplReadExtendedPolyPolygonAction()
190 for(sal_uInt16 a(0); a < nPolygonCount; a++) in ImplReadExtendedPolyPolygonAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dsvmconverter.cxx173 sal_uInt16 nPolygonCount(0); in ImplReadExtendedPolyPolygonAction() local
174 rIStm.ReadUInt16( nPolygonCount ); in ImplReadExtendedPolyPolygonAction()
176 if (!nPolygonCount) in ImplReadExtendedPolyPolygonAction()
181 if (nPolygonCount > nMaxRecords) in ImplReadExtendedPolyPolygonAction()
184 " max possible entries, but " << nPolygonCount << " claimed, truncating"); in ImplReadExtendedPolyPolygonAction()
185 nPolygonCount = nMaxRecords; in ImplReadExtendedPolyPolygonAction()
188 for(sal_uInt16 a(0); a < nPolygonCount; a++) in ImplReadExtendedPolyPolygonAction()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrgeometryfactory.cpp1223 int nPolygonCount, in organizePolygons() argument
1235 if (nPolygonCount == 1) in organizePolygons()
1269 sPolyExtended* asPolyEx = new sPolyExtended[nPolygonCount]; in organizePolygons()
1306 for(i=0;i<nPolygonCount;i++) in organizePolygons()
1351 for(i=0; i<nPolygonCount; i++) in organizePolygons()
1374 for(i=1;i<nPolygonCount;i++) in organizePolygons()
1410 for(i=0;i<nPolygonCount;i++) in organizePolygons()
1491 for(i=1; !bMixedUpGeometries && go_on && i<nPolygonCount; i++) in organizePolygons()
1661 for( i=0; i < nPolygonCount; i++ ) in organizePolygons()
1678 for(i=0;i<nPolygonCount;i++) in organizePolygons()
[all …]
H A Dgml2ogrgeometry.cpp2013 int nPolygonCount = poMPoly->getNumGeometries(); in GML2OGRGeometry_XMLNode_Internal() local
2014 OGRGeometry** papoPolygons = new OGRGeometry*[ nPolygonCount ]; in GML2OGRGeometry_XMLNode_Internal()
2015 for(int i=0;i<nPolygonCount;i++) in GML2OGRGeometry_XMLNode_Internal()
2023 papoPolygons, nPolygonCount, &bResultValidGeometry ); in GML2OGRGeometry_XMLNode_Internal()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrgeometryfactory.cpp1557 if( nPolygonCount == 0 ) in organizePolygons()
1572 if( nPolygonCount == 1 ) in organizePolygons()
1609 std::vector<sPolyExtended> asPolyEx(nPolygonCount); in organizePolygons()
1649 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
1720 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
1745 for( int i = 1; i < nPolygonCount; i++ ) in organizePolygons()
1787 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
1794 if( nPolygonCount > N_CRITICAL_PART_NUMBER && in organizePolygons()
2092 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
2109 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrgeometryfactory.cpp1557 if( nPolygonCount == 0 ) in organizePolygons()
1572 if( nPolygonCount == 1 ) in organizePolygons()
1609 std::vector<sPolyExtended> asPolyEx(nPolygonCount); in organizePolygons()
1649 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
1720 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
1745 for( int i = 1; i < nPolygonCount; i++ ) in organizePolygons()
1787 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
1794 if( nPolygonCount > N_CRITICAL_PART_NUMBER && in organizePolygons()
2092 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
2109 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrgeometryfactory.cpp1557 if( nPolygonCount == 0 ) in organizePolygons()
1572 if( nPolygonCount == 1 ) in organizePolygons()
1609 std::vector<sPolyExtended> asPolyEx(nPolygonCount); in organizePolygons()
1649 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
1720 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
1745 for( int i = 1; i < nPolygonCount; i++ ) in organizePolygons()
1787 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
1794 if( nPolygonCount > N_CRITICAL_PART_NUMBER && in organizePolygons()
2092 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
2109 for( int i = 0; i < nPolygonCount; i++ ) in organizePolygons()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdpoev.cxx470 const sal_uInt16 nPolygonCount(aPathPolyPolygon.Count()); in IsOpenCloseMarkedObjectsPossible() local
472 for(sal_uInt16 b(0); !bRetval && b < nPolygonCount; b++) in IsOpenCloseMarkedObjectsPossible()
H A Dsvdedtv2.cxx1467 const sal_uInt32 nPolygonCount(rPpolyPolygon.count()); in ImpCanDismantle() local
1469 if(nPolygonCount >= 2) in ImpCanDismantle()
1474 else if(bMakeLines && 1 == nPolygonCount) in ImpCanDismantle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdpoev.cxx470 const sal_uInt16 nPolygonCount(aPathPolyPolygon.Count()); in IsOpenCloseMarkedObjectsPossible() local
472 for(sal_uInt16 b(0); !bRetval && b < nPolygonCount; b++) in IsOpenCloseMarkedObjectsPossible()
H A Dsvdedtv2.cxx1458 const sal_uInt32 nPolygonCount(rPpolyPolygon.count()); in ImpCanDismantle() local
1460 if(nPolygonCount >= 2) in ImpCanDismantle()
1465 else if(bMakeLines && 1 == nPolygonCount) in ImpCanDismantle()

12