Home
last modified time | relevance | path

Searched defs:nPointCount (Results 1 – 25 of 68) sorted by path

123

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx696 const sal_uInt32 nPointCount(aInitialPolygon.count()); in getSmallestDistancePointToBezierSegment() local
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx230 const sal_uInt32 nPointCount(rCandidate.count()); in subdivideToSimple() local
833 const sal_uInt32 nPointCount(aCandidate.count()); in createAreaGeometry() local
H A Db2dpolygon.cxx550 const sal_uInt32 nPointCount(rSource.count()); in getB2DRange() local
H A Db2dpolygonclipper.cxx103 const sal_uInt32 nPointCount(aCandidate.count()); in clipPolygonOnParallelAxis() local
431 const sal_uInt32 nPointCount(aCandidate.count()); in clipPolyPolygonOnPolyPolygon() local
H A Db2dpolygoncutandtouch.cxx531 const sal_uInt32 nPointCount(rCandidate.count()); in findCuts() local
657 const sal_uInt32 nPointCount(rPointPolygon.count()); in findTouchesOnEdge() local
728 const sal_uInt32 nPointCount(rPointPolygon.count()); in findTouches() local
H A Db2dpolygontools.cxx180 const sal_uInt32 nPointCount(rCandidate.count()); in adaptiveSubdivideByDistance() local
263 const sal_uInt32 nPointCount(rCandidate.count()); in adaptiveSubdivideByAngle() local
336 const sal_uInt32 nPointCount(rCandidate.count()); in adaptiveSubdivideByCount() local
408 const sal_uInt32 nPointCount(aCandidate.count()); in isInside() local
460 const sal_uInt32 nPointCount(aPolygon.count()); in isInside() local
477 const sal_uInt32 nPointCount(rCandidate.count()); in getRangeWithControlPoints() local
509 const sal_uInt32 nPointCount(aCandidate.count()); in getSignedArea() local
554 const sal_uInt32 nPointCount(rCandidate.count()); in getEdgeLength() local
588 const sal_uInt32 nPointCount(rCandidate.count()); in getLength() local
631 const sal_uInt32 nPointCount(rCandidate.count()); in getPositionAbsolute() local
[all …]
H A Db2dpolypolygoncutter.cxx534 const sal_uInt32 nPointCount(aGeometry.count()); in solver() local
572 sal_uInt32 nPointCount(0); in solver() local
692 const sal_uInt32 nPointCount(aTemp.count()); in getB2DPolyPolygon() local
H A Db2dsvgpolypolygon.cxx688 const sal_uInt32 nPointCount(rPoly.count()); in exportToSvgPoints() local
721 const sal_uInt32 nPointCount(aPolygon.count()); in exportToSvgD() local
H A Db2dtrapezoid.cxx1161 const sal_uInt32 nPointCount(aSource.count()); in createLineTrapezoidFromB2DPolygon() local
H A Db3dpolygon.cxx107 const sal_uInt32 nPointCount(maVector.size()); in getNormal() local
H A Db3dpolygonclipper.cxx199 const sal_uInt32 nPointCount(rCandidate.count()); in clipPolygonOnOrthogonalPlane() local
H A Db3dpolygontools.cxx92 const sal_uInt32 nPointCount(rCandidate.count()); in getRange() local
144 const sal_uInt32 nPointCount(rCandidate.count()); in getSignedArea() local
228 const sal_uInt32 nPointCount(rCandidate.count()); in getEdgeLength() local
248 const sal_uInt32 nPointCount(rCandidate.count()); in getLength() local
270 const sal_uInt32 nPointCount(rCandidate.count()); in getPositionAbsolute() local
639 const sal_uInt32 nPointCount(aRetval.count()); in applyDefaultTextureCoordinatesSphere() local
828 const sal_uInt32 nPointCount(rCandidate.count()); in isInEpsilonRange() local
1020 const sal_uInt32 nPointCount(rPolygon.count()); in isInside() local
1097 const sal_uInt32 nPointCount(rCandidate.count()); in isPointOnPolygon() local
1168 const sal_uInt32 nPointCount(rCandidateA.count()); in equal() local
[all …]
H A Db3dpolypolygontools.cxx616 const sal_uInt32 nPointCount(aPoly.count()); in B3DPolyPolygonToUnoPolyPolygonShape3D() local
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx39 const sal_uInt32 nPointCount(rFill.count()); in addArea() local
334 const sal_uInt32 nPointCount(rLine.count()); in rasterconvertB3DPolygon() local
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx69 const sal_uInt32 nPointCount(rPoly.count()); in bezierSequenceFromB2DPolygon() local
H A Dunopolypolygon.cxx320 const sal_uInt32 nPointCount(rPoly.count()); in getBezierSegment() local
347 const sal_uInt32 nPointCount(aPoly.count()); in setBezierSegment() local
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx955 const sal_uInt32 nPointCount( aPolygon.count() ); in doPolyPolygonImplementation() local
1059 const sal_uInt32 nPointCount(aCandidate.count()); in doPolyPolygonPath() local
/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx47 sal_Int32 nPointCount = rPolyPoly.SequenceX[nPoly].getLength(); in getBoundVolume() local
H A DExponentialRegressionCurveCalculator.cxx118 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
H A DInternalDataProvider.cxx595 …sal_Int32 nPointCount = m_bDataInColumns ? m_aInternalData.getRowCount() : m_aInternalData.getColu… in createDataSource() local
H A DLinearRegressionCurveCalculator.cxx108 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
H A DLogarithmicRegressionCurveCalculator.cxx117 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
H A DMeanValueRegressionCurveCalculator.cxx107 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
H A DPotentialRegressionCurveCalculator.cxx119 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
H A DRegressionCurveCalculator.cxx90 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()

Completed in 181 milliseconds

123