Home
last modified time | relevance | path

Searched refs:nPointCount (Results 26 – 50 of 79) sorted by relevance

1234

/trunk/main/svx/source/svdraw/
H A Dsvdpoev.cxx460 const sal_uInt16 nPointCount(aPathPolygon.GetSize()); in IsRipUpAtMarkedPointsPossible() local
462 if(nPointCount >= 3) in IsRipUpAtMarkedPointsPossible()
470 bRetval = (nMarkedPointNum > 0 && nMarkedPointNum < nPointCount - 1); in IsRipUpAtMarkedPointsPossible()
501 const sal_uInt16 nPointCount(rPathPolygon.GetSize()); in IsOpenCloseMarkedObjectsPossible() local
503 bRetval = (nPointCount >= 3); in IsOpenCloseMarkedObjectsPossible()
H A Dsvdedtv2.cxx1313 const sal_uInt32 nPointCount(aPolygon.count()); in CombineMarkedObjects() local
1315 if(nPointCount <= 2L) in CombineMarkedObjects()
1324 const basegfx::B2DPoint aPointB(aPolygon.getB2DPoint(nPointCount - 1L)); in CombineMarkedObjects()
1409 const sal_uInt32 nPointCount(aPolygon.count()); in ImpCanDismantle() local
1411 if(nPointCount > 2L) in ImpCanDismantle()
1515 const sal_uInt32 nPointCount(rCandidate.count()); in ImpDismantleOneObject() local
1517 if(!bMakeLines || nPointCount < 2) in ImpDismantleOneObject()
1531 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in ImpDismantleOneObject()
1537 const sal_uInt32 nNextIndex((b + 1) % nPointCount); in ImpDismantleOneObject()
H A Dpolypolygoneditor.cxx167 const sal_uInt32 nPointCount(rPoly.getB2DPolygon(nPolyNum).count()); in GetRelativePolyPoint() local
169 if(nAbsPnt < nPointCount) in GetRelativePolyPoint()
179 nAbsPnt -= nPointCount; in GetRelativePolyPoint()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpathobj.cxx59 sal_uInt32 nPointCount(0); in createViewIndependentPrimitive2DSequence() local
63 nPointCount += aUnitPolyPolygon.getB2DPolygon(a).count(); in createViewIndependentPrimitive2DSequence()
66 if(!nPointCount) in createViewIndependentPrimitive2DSequence()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1429 sal_Int32 nPointCount = aXSlotIter->getPointCount(); in getPointCount() local
1430 if( nPointCount>nRet ) in getPointCount()
1431 nRet = nPointCount; in getPointCount()
1464 sal_Int32 nPointCount = (*aSeriesIter)->getTotalPointCount(); in getPointCount() local
1465 if( nPointCount>nRet ) in getPointCount()
1466 nRet = nPointCount; in getPointCount()
1499 sal_Int32 nPointCount = (*aSeriesIter)->getTotalPointCount(); in getMinimumAndMaximiumX() local
1500 for(sal_Int32 nN=0;nN<nPointCount;nN++) in getMinimumAndMaximiumX()
1528 sal_Int32 nPointCount = (*aSeriesIter)->getTotalPointCount(); in getMinimumAndMaximiumYInContinuousXRange() local
1529 for(sal_Int32 nN=0;nN<nPointCount;nN++) in getMinimumAndMaximiumYInContinuousXRange()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx955 const sal_uInt32 nPointCount( aPolygon.count() ); in doPolyPolygonImplementation() local
958 const sal_uInt32 nExtendedPointCount( nPointCount + in doPolyPolygonImplementation()
961 if( nPointCount > 1) { in doPolyPolygonImplementation()
967 aP = aPolygon.getB2DPoint( j % nPointCount ); in doPolyPolygonImplementation()
990 aA = aPolygon.getNextControlPoint( (j-1) % nPointCount ); in doPolyPolygonImplementation()
991 aB = aPolygon.getPrevControlPoint( j % nPointCount ); in doPolyPolygonImplementation()
1059 const sal_uInt32 nPointCount(aCandidate.count()); in doPolyPolygonPath() local
1061 if(nPointCount) in doPolyPolygonPath()
1063 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount + 1: nPointCount); in doPolyPolygonPath()
1070 const sal_uInt32 nNextIndex((b + 1) % nPointCount); in doPolyPolygonPath()
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx616 const sal_uInt32 nPointCount(aPoly.count()); in B3DPolyPolygonToUnoPolyPolygonShape3D() local
618 if(nPointCount) in B3DPolyPolygonToUnoPolyPolygonShape3D()
621 const sal_uInt32 nTargetCount(bIsClosed ? nPointCount + 1 : nPointCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
630 for(sal_uInt32 b(0); b < nPointCount; b++) in B3DPolyPolygonToUnoPolyPolygonShape3D()
H A Db2dpolygon.cxx550 const sal_uInt32 nPointCount(rSource.count()); in getB2DRange() local
552 if(nPointCount) in getB2DRange()
554 for(sal_uInt32 a(0); a < nPointCount; a++) in getB2DRange()
561 const sal_uInt32 nEdgeCount(rSource.isClosed() ? nPointCount : nPointCount - 1); in getB2DRange()
570 const sal_uInt32 nNextIndex((b + 1) % nPointCount); in getB2DRange()
H A Db2dtrapezoid.cxx1161 const sal_uInt32 nPointCount(aSource.count()); in createLineTrapezoidFromB2DPolygon() local
1163 if(!nPointCount) in createLineTrapezoidFromB2DPolygon()
1168 const sal_uInt32 nEdgeCount(aSource.isClosed() ? nPointCount : nPointCount - 1); in createLineTrapezoidFromB2DPolygon()
1175 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in createLineTrapezoidFromB2DPolygon()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx678 const sal_uInt16 nPointCount = rOutlinePoly.GetSize(); in FitTextOutlinesToShapeOutlines() local
679 if ( nPointCount > 1 ) in FitTextOutlinesToShapeOutlines()
682 vDistances.reserve( nPointCount ); in FitTextOutlinesToShapeOutlines()
739 const sal_uInt16 nPointCount = rOutlinePoly.GetSize(); in FitTextOutlinesToShapeOutlines() local
741 if ( ( nPointCount > 1 ) && ( nPointCount2 > 1 ) ) in FitTextOutlinesToShapeOutlines()
744 vDistances.reserve( nPointCount ); in FitTextOutlinesToShapeOutlines()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1510 sal_uInt16 nPointCount = rPolygon.GetSize(); in ImplAddPath() local
1511 if ( nPointCount > 1 ) in ImplAddPath()
1514 while ( i < nPointCount ) in ImplAddPath()
1517 && ( ( i + 2 ) < nPointCount ) in ImplAddPath()
1603 sal_uInt16 i, nPointCount = rPoly.GetSize(); in ImplPolyLine() local
1604 if ( nPointCount ) in ImplPolyLine()
1606 if ( nPointCount > 1 ) in ImplPolyLine()
1610 while ( i < nPointCount ) in ImplPolyLine()
1613 && ( ( i + 2 ) < nPointCount ) in ImplPolyLine()
1626 if( rPoly[ 0 ] == rPoly[ nPointCount-1 ] ) in ImplPolyLine()
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx69 const sal_uInt32 nPointCount(rPoly.count()); in bezierSequenceFromB2DPolygon() local
70 uno::Sequence< geometry::RealBezierSegment2D > outputSequence(nPointCount); in bezierSequenceFromB2DPolygon()
74 for(sal_uInt32 a(0); a < nPointCount; a++) in bezierSequenceFromB2DPolygon()
78 … const basegfx::B2DPoint aControlB(rPoly.getPrevControlPoint((a + 1) % nPointCount)); in bezierSequenceFromB2DPolygon()
/trunk/main/editeng/inc/editeng/
H A Dtxtrange.hxx66 sal_uInt32 nPointCount; // Anzahl der Polygonpunkte member in TextRanger
88 sal_uInt32 GetPointCount() const { return nPointCount; } in GetPointCount()
/trunk/main/chart2/source/tools/
H A DMeanValueRegressionCurveCalculator.cxx107 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
125 …return RegressionCurveCalculator::getCurveValues( min, max, nPointCount, xScalingX, xScalingY, bMa… in getCurveValues()
H A DPotentialRegressionCurveCalculator.cxx119 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
139 …return RegressionCurveCalculator::getCurveValues( min, max, nPointCount, xScalingX, xScalingY, bMa… in getCurveValues()
H A DLinearRegressionCurveCalculator.cxx108 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
128 …return RegressionCurveCalculator::getCurveValues( min, max, nPointCount, xScalingX, xScalingY, bMa… in getCurveValues()
H A DLogarithmicRegressionCurveCalculator.cxx117 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
137 …return RegressionCurveCalculator::getCurveValues( min, max, nPointCount, xScalingX, xScalingY, bMa… in getCurveValues()
H A DExponentialRegressionCurveCalculator.cxx118 double min, double max, ::sal_Int32 nPointCount, in getCurveValues() argument
139 …return RegressionCurveCalculator::getCurveValues( min, max, nPointCount, xScalingX, xScalingY, bMa… in getCurveValues()
H A DBaseGFXHelper.cxx47 sal_Int32 nPointCount = rPolyPoly.SequenceX[nPoly].getLength(); in getBoundVolume() local
48 for( sal_Int32 nPoint = 0; nPoint < nPointCount; nPoint++) in getBoundVolume()
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx696 const sal_uInt32 nPointCount(aInitialPolygon.count()); in getSmallestDistancePointToBezierSegment() local
702 for(sal_uInt32 a(1L); a < nPointCount; a++) in getSmallestDistancePointToBezierSegment()
715 double fStepValue(1.0 / (double)((nPointCount - 1L) * 2L)); // half the edge step width in getSmallestDistancePointToBezierSegment()
716 double fPosition((double)nSmallestIndex / (double)(nPointCount - 1L)); in getSmallestDistancePointToBezierSegment()
/trunk/main/drawinglayer/source/processor3d/
H A Dcutfindprocessor3d.cxx179 const sal_uInt32 nPointCount(aPolygon.count()); in processBasePrimitive3D() local
181 if(nPointCount > 2) in processBasePrimitive3D()
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx280 const sal_uInt32 nPointCount = rPolygon.count(); in GgoCurveToProc() local
282 rPolygon.setNextControlPoint( nPointCount-1, aB2DControlPoint1 ); in GgoCurveToProc()
286 rPolygon.setPrevControlPoint( nPointCount, aB2DControlPoint2 ); in GgoCurveToProc()
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx816 sal_Int32 nPointCount(aPoly.count()); in B3dPolyPolygon_to_PolyPolygonShape3D() local
817 if(aPoly.isClosed()) nPointCount++; in B3dPolyPolygon_to_PolyPolygonShape3D()
818 pOuterSequenceX->realloc(nPointCount); in B3dPolyPolygon_to_PolyPolygonShape3D()
819 pOuterSequenceY->realloc(nPointCount); in B3dPolyPolygon_to_PolyPolygonShape3D()
820 pOuterSequenceZ->realloc(nPointCount); in B3dPolyPolygon_to_PolyPolygonShape3D()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx54 nPointCount( 0 ), in TextRanger()
72 nPointCount += aCandidate.count(); in TextRanger()
84 nPointCount += aCandidate.count(); in TextRanger()
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx101 const sal_uInt32 nPointCount(aPartPoly.count()); in impCreate3DDecomposition() local
104 for(sal_uInt32 c(0); c < nPointCount; c++) in impCreate3DDecomposition()

Completed in 199 milliseconds

1234