Lines Matching refs:B2DPolygon

60 		void openWithGeometryChange(B2DPolygon& rCandidate)  in openWithGeometryChange()
79 void closeWithGeometryChange(B2DPolygon& rCandidate) in closeWithGeometryChange()
97 void checkClosed(B2DPolygon& rCandidate) in checkClosed()
110 sal_uInt32 getIndexOfPredecessor(sal_uInt32 nIndex, const B2DPolygon& rCandidate) in getIndexOfPredecessor()
128 sal_uInt32 getIndexOfSuccessor(sal_uInt32 nIndex, const B2DPolygon& rCandidate) in getIndexOfSuccessor()
146 B2VectorOrientation getOrientation(const B2DPolygon& rCandidate) in getOrientation()
171 B2VectorContinuity getContinuityInPoint(const B2DPolygon& rCandidate, sal_uInt32 nIndex) in getContinuityInPoint()
176 B2DPolygon adaptiveSubdivideByDistance(const B2DPolygon& rCandidate, double fDistanceBound) in adaptiveSubdivideByDistance()
181 B2DPolygon aRetval; in adaptiveSubdivideByDistance()
259 B2DPolygon adaptiveSubdivideByAngle(const B2DPolygon& rCandidate, double fAngleBound) in adaptiveSubdivideByAngle()
264 B2DPolygon aRetval; in adaptiveSubdivideByAngle()
332 B2DPolygon adaptiveSubdivideByCount(const B2DPolygon& rCandidate, sal_uInt32 nCount) in adaptiveSubdivideByCount()
337 B2DPolygon aRetval; in adaptiveSubdivideByCount()
397 bool isInside(const B2DPolygon& rCandidate, const B2DPoint& rPoint, bool bWithBorder) in isInside()
399 …const B2DPolygon aCandidate(rCandidate.areControlPointsUsed() ? rCandidate.getDefaultAdaptiveSubdi… in isInside()
456 bool isInside(const B2DPolygon& rCandidate, const B2DPolygon& rPolygon, bool bWithBorder) in isInside()
458 …const B2DPolygon aCandidate(rCandidate.areControlPointsUsed() ? rCandidate.getDefaultAdaptiveSubdi… in isInside()
459 …const B2DPolygon aPolygon(rPolygon.areControlPointsUsed() ? rPolygon.getDefaultAdaptiveSubdivision… in isInside()
475 B2DRange getRangeWithControlPoints(const B2DPolygon& rCandidate) in getRangeWithControlPoints()
499 B2DRange getRange(const B2DPolygon& rCandidate) in getRange()
505 double getSignedArea(const B2DPolygon& rCandidate) in getSignedArea()
507 …const B2DPolygon aCandidate(rCandidate.areControlPointsUsed() ? rCandidate.getDefaultAdaptiveSubdi… in getSignedArea()
534 double getArea(const B2DPolygon& rCandidate) in getArea()
552 double getEdgeLength(const B2DPolygon& rCandidate, sal_uInt32 nIndex) in getEdgeLength()
585 double getLength(const B2DPolygon& rCandidate) in getLength()
628 B2DPoint getPositionAbsolute(const B2DPolygon& rCandidate, double fDistance, double fLength) in getPositionAbsolute()
766 B2DPoint getPositionRelative(const B2DPolygon& rCandidate, double fDistance, double fLength) in getPositionRelative()
779B2DPolygon getSnippetAbsolute(const B2DPolygon& rCandidate, double fFrom, double fTo, double fLeng… in getSnippetAbsolute()
816 B2DPolygon aRetval; in getSnippetAbsolute()
975B2DPolygon getSnippetRelative(const B2DPolygon& rCandidate, double fFrom, double fTo, double fLeng… in getSnippetRelative()
989 const B2DPolygon& rCandidate, in findCut()
1019 const B2DPolygon& rCandidate1, sal_uInt32 nIndex1, in findCut()
1020 const B2DPolygon& rCandidate2, sal_uInt32 nIndex2, in findCut()
1298 …void applyLineDashing(const B2DPolygon& rCandidate, const ::std::vector<double>& rDotDashArray, B2… in applyLineDashing()
1330 B2DPolygon aSnippet; in applyLineDashing()
1498 const B2DPolygon aFirst(pLineTarget->getB2DPolygon(0)); in applyLineDashing()
1499 B2DPolygon aLast(pLineTarget->getB2DPolygon(nCount - 1)); in applyLineDashing()
1520 const B2DPolygon aFirst(pGapTarget->getB2DPolygon(0)); in applyLineDashing()
1521 B2DPolygon aLast(pGapTarget->getB2DPolygon(nCount - 1)); in applyLineDashing()
1631 …bool isInEpsilonRange(const B2DPolygon& rCandidate, const B2DPoint& rTestPosition, double fDistanc… in isInEpsilonRange()
1634 const B2DPolygon aCandidate(rCandidate.getDefaultAdaptiveSubdivision()); in isInEpsilonRange()
1673 B2DPolygon createPolygonFromRect( const B2DRectangle& rRect, double fRadius ) in createPolygonFromRect()
1699B2DPolygon createPolygonFromRect( const B2DRectangle& rRect, double fRadiusX, double fRadiusY ) in createPolygonFromRect()
1725 B2DPolygon aRetval; in createPolygonFromRect()
1756 B2DPolygon aRetval; in createPolygonFromRect()
1817 B2DPolygon createPolygonFromRect( const B2DRectangle& rRect ) in createPolygonFromRect()
1819 B2DPolygon aRetval; in createPolygonFromRect()
1832 B2DPolygon createUnitPolygon() in createUnitPolygon()
1834 static B2DPolygon aRetval; in createUnitPolygon()
1850 B2DPolygon createPolygonFromCircle( const B2DPoint& rCenter, double fRadius ) in createPolygonFromCircle()
1855 B2DPolygon impCreateUnitCircle(sal_uInt32 nStartQuadrant) in impCreateUnitCircle()
1857 B2DPolygon aUnitCircle; in impCreateUnitCircle()
1890 B2DPolygon createHalfUnitCircle() in createHalfUnitCircle()
1892 static B2DPolygon aUnitHalfCircle; in createHalfUnitCircle()
1917 B2DPolygon createPolygonFromUnitCircle(sal_uInt32 nStartQuadrant) in createPolygonFromUnitCircle()
1923 static B2DPolygon aUnitCircleStartQuadrantOne; in createPolygonFromUnitCircle()
1935 static B2DPolygon aUnitCircleStartQuadrantTwo; in createPolygonFromUnitCircle()
1947 static B2DPolygon aUnitCircleStartQuadrantThree; in createPolygonFromUnitCircle()
1959 static B2DPolygon aUnitCircleStartQuadrantZero; in createPolygonFromUnitCircle()
1972B2DPolygon createPolygonFromEllipse( const B2DPoint& rCenter, double fRadiusX, double fRadiusY ) in createPolygonFromEllipse()
1974 B2DPolygon aRetval(createPolygonFromUnitCircle()); in createPolygonFromEllipse()
1982 B2DPolygon createPolygonFromUnitEllipseSegment( double fStart, double fEnd ) in createPolygonFromUnitEllipseSegment()
1984 B2DPolygon aRetval; in createPolygonFromUnitEllipseSegment()
2083B2DPolygon createPolygonFromEllipseSegment( const B2DPoint& rCenter, double fRadiusX, double fRadi… in createPolygonFromEllipseSegment()
2085 B2DPolygon aRetval(createPolygonFromUnitEllipseSegment(fStart, fEnd)); in createPolygonFromEllipseSegment()
2093 bool hasNeutralPoints(const B2DPolygon& rCandidate) in hasNeutralPoints()
2127 B2DPolygon removeNeutralPoints(const B2DPolygon& rCandidate) in removeNeutralPoints()
2132 B2DPolygon aRetval; in removeNeutralPoints()
2175 bool isConvex(const B2DPolygon& rCandidate) in isConvex()
2216 B2VectorOrientation getOrientationForIndex(const B2DPolygon& rCandidate, sal_uInt32 nIndex) in getOrientationForIndex()
2263 bool isPointOnPolygon(const B2DPolygon& rCandidate, const B2DPoint& rPoint, bool bWithPoints) in isPointOnPolygon()
2265 …const B2DPolygon aCandidate(rCandidate.areControlPointsUsed() ? rCandidate.getDefaultAdaptiveSubdi… in isPointOnPolygon()
2334 void addTriangleFan(const B2DPolygon& rCandidate, B2DPolygon& rTarget) in addTriangleFan()
2365 bool isRectangle( const B2DPolygon& rPoly ) in isRectangle()
2465 B3DPolygon createB3DPolygonFromB2DPolygon(const B2DPolygon& rCandidate, double fZCoordinate) in createB3DPolygonFromB2DPolygon()
2470 const B2DPolygon aCandidate(adaptiveSubdivideByAngle(rCandidate)); in createB3DPolygonFromB2DPolygon()
2490 B2DPolygon createB2DPolygonFromB3DPolygon(const B3DPolygon& rCandidate, const B3DHomMatrix& rMat) in createB2DPolygonFromB3DPolygon()
2492 B2DPolygon aRetval; in createB2DPolygonFromB3DPolygon()
2579 …double getSmallestDistancePointToPolygon(const B2DPolygon& rCandidate, const B2DPoint& rTestPoint,… in getSmallestDistancePointToPolygon()
2677B2DPolygon distort(const B2DPolygon& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLe… in distort()
2683 B2DPolygon aRetval; in distort()
2712 B2DPolygon rotateAroundPoint(const B2DPolygon& rCandidate, const B2DPoint& rCenter, double fAngle) in rotateAroundPoint()
2715 B2DPolygon aRetval(rCandidate); in rotateAroundPoint()
2727 B2DPolygon expandToCurve(const B2DPolygon& rCandidate) in expandToCurve()
2729 B2DPolygon aRetval(rCandidate); in expandToCurve()
2739 bool expandToCurveInPoint(B2DPolygon& rCandidate, sal_uInt32 nIndex) in expandToCurveInPoint()
2781 B2DPolygon setContinuity(const B2DPolygon& rCandidate, B2VectorContinuity eContinuity) in setContinuity()
2783 B2DPolygon aRetval(rCandidate); in setContinuity()
2793 …bool setContinuityInPoint(B2DPolygon& rCandidate, sal_uInt32 nIndex, B2VectorContinuity eContinuit… in setContinuityInPoint()
2945 B2DPolygon growInNormalDirection(const B2DPolygon& rCandidate, double fValue) in growInNormalDirection()
2952 const B2DPolygon aCandidate(adaptiveSubdivideByAngle(rCandidate)); in growInNormalDirection()
2957 B2DPolygon aRetval; in growInNormalDirection()
2995 B2DPolygon reSegmentPolygon(const B2DPolygon& rCandidate, sal_uInt32 nSegments) in reSegmentPolygon()
2997 B2DPolygon aRetval; in reSegmentPolygon()
3029B2DPolygon reSegmentPolygonEdges(const B2DPolygon& rCandidate, sal_uInt32 nSubEdges, bool bHandleC… in reSegmentPolygonEdges()
3043 B2DPolygon aRetval; in reSegmentPolygonEdges()
3104 B2DPolygon interpolate(const B2DPolygon& rOld1, const B2DPolygon& rOld2, double t) in interpolate()
3118 B2DPolygon aRetval; in interpolate()
3153 const B2DPolygon& rPoly( rPolyPoly.getB2DPolygon(0) ); in isPolyPolygonEqualRectangle()
3193 B2DPolygon createSimplifiedPolygon( const B2DPolygon& rCandidate ) in createSimplifiedPolygon()
3200 B2DPolygon aRetval; in createSimplifiedPolygon()
3271 B2DPolygon simplifyCurveSegments(const B2DPolygon& rCandidate) in simplifyCurveSegments()
3279 B2DPolygon aRetval; in simplifyCurveSegments()
3331 B2DPolygon makeStartPoint(const B2DPolygon& rCandidate, sal_uInt32 nIndexOfNewStatPoint) in makeStartPoint()
3338 B2DPolygon aRetval; in makeStartPoint()
3358B2DPolygon createEdgesOfGivenLength(const B2DPolygon& rCandidate, double fLength, double fStart, d… in createEdgesOfGivenLength()
3360 B2DPolygon aRetval; in createEdgesOfGivenLength()
3385 …const B2DPolygon aCandidate(rCandidate.areControlPointsUsed() ? rCandidate.getDefaultAdaptiveSubdi… in createEdgesOfGivenLength()
3449 B2DPolygon createWaveline(const B2DPolygon& rCandidate, double fWaveWidth, double fWaveHeight) in createWaveline()
3451 B2DPolygon aRetval; in createWaveline()
3477 const B2DPolygon aEqualLenghEdges(createEdgesOfGivenLength(rCandidate, fWaveWidth)); in createWaveline()
3522 …bool equal(const B2DPolygon& rCandidateA, const B2DPolygon& rCandidateB, const double& rfSmallValu… in equal()
3563 bool equal(const B2DPolygon& rCandidateA, const B2DPolygon& rCandidateB) in equal()
3571 B2DPolygon snapPointsOfHorizontalOrVerticalEdges(const B2DPolygon& rCandidate) in snapPointsOfHorizontalOrVerticalEdges()
3579 B2DPolygon aRetval(rCandidate); in snapPointsOfHorizontalOrVerticalEdges()
3630 bool containsOnlyHorizontalAndVerticalEdges(const B2DPolygon& rCandidate) in containsOnlyHorizontalAndVerticalEdges()
3663 B2DVector getTangentEnteringPoint(const B2DPolygon& rCandidate, sal_uInt32 nIndex) in getTangentEnteringPoint()
3707 B2DVector getTangentLeavingPoint(const B2DPolygon& rCandidate, sal_uInt32 nIndex) in getTangentLeavingPoint()
3748 B2DPolygon UnoPointSequenceToB2DPolygon( in UnoPointSequenceToB2DPolygon()
3752 B2DPolygon aRetval; in UnoPointSequenceToB2DPolygon()
3777 const B2DPolygon& rPolygon, in B2DPolygonToUnoPointSequence()
3780 B2DPolygon aPolygon(rPolygon); in B2DPolygonToUnoPointSequence()
3825 B2DPolygon UnoPolygonBezierCoordsToB2DPolygon( in UnoPolygonBezierCoordsToB2DPolygon()
3835 B2DPolygon aRetval; in UnoPolygonBezierCoordsToB2DPolygon()
3928 const B2DPolygon& rPolygon, in B2DPolygonToUnoPolygonBezierCoords()