Lines Matching refs:B2DPolyPolygon

40 		B2DPolyPolygon correctOrientations(const B2DPolyPolygon& rCandidate)  in correctOrientations()
42 B2DPolyPolygon aRetval(rCandidate); in correctOrientations()
78 B2DPolyPolygon correctOutmostPolygon(const B2DPolyPolygon& rCandidate) in correctOutmostPolygon()
104 B2DPolyPolygon aRetval(rCandidate); in correctOutmostPolygon()
122B2DPolyPolygon adaptiveSubdivideByDistance(const B2DPolyPolygon& rCandidate, double fDistanceBound) in adaptiveSubdivideByDistance()
127 B2DPolyPolygon aRetval; in adaptiveSubdivideByDistance()
151 B2DPolyPolygon adaptiveSubdivideByAngle(const B2DPolyPolygon& rCandidate, double fAngleBound) in adaptiveSubdivideByAngle()
156 B2DPolyPolygon aRetval; in adaptiveSubdivideByAngle()
180 B2DPolyPolygon adaptiveSubdivideByCount(const B2DPolyPolygon& rCandidate, sal_uInt32 nCount) in adaptiveSubdivideByCount()
185 B2DPolyPolygon aRetval; in adaptiveSubdivideByCount()
209 bool isInside(const B2DPolyPolygon& rCandidate, const B2DPoint& rPoint, bool bWithBorder) in isInside()
236 B2DRange getRangeWithControlPoints(const B2DPolyPolygon& rCandidate) in getRangeWithControlPoints()
250 B2DRange getRange(const B2DPolyPolygon& rCandidate) in getRange()
264 double getSignedArea(const B2DPolyPolygon& rCandidate) in getSignedArea()
279 double getArea(const B2DPolyPolygon& rCandidate) in getArea()
284 …yLineDashing(const B2DPolyPolygon& rCandidate, const ::std::vector<double>& rDotDashArray, B2DPoly… in applyLineDashing()
294 B2DPolyPolygon aLineTarget, aGapTarget; in applyLineDashing()
320 …bool isInEpsilonRange(const B2DPolyPolygon& rCandidate, const B2DPoint& rTestPosition, double fDis… in isInEpsilonRange()
337 …B3DPolyPolygon createB3DPolyPolygonFromB2DPolyPolygon(const B2DPolyPolygon& rCandidate, double fZC… in createB3DPolyPolygonFromB2DPolyPolygon()
352B2DPolyPolygon createB2DPolyPolygonFromB3DPolyPolygon(const B3DPolyPolygon& rCandidate, const B3DH… in createB2DPolyPolygonFromB3DPolyPolygon()
355 B2DPolyPolygon aRetval; in createB2DPolyPolygonFromB3DPolyPolygon()
367 …double getSmallestDistancePointToPolyPolygon(const B2DPolyPolygon& rCandidate, const B2DPoint& rTe… in getSmallestDistancePointToPolyPolygon()
399B2DPolyPolygon distort(const B2DPolyPolygon& rCandidate, const B2DRange& rOriginal, const B2DPoint… in distort()
402 B2DPolyPolygon aRetval; in distort()
414B2DPolyPolygon rotateAroundPoint(const B2DPolyPolygon& rCandidate, const B2DPoint& rCenter, double… in rotateAroundPoint()
417 B2DPolyPolygon aRetval; in rotateAroundPoint()
429 B2DPolyPolygon expandToCurve(const B2DPolyPolygon& rCandidate) in expandToCurve()
432 B2DPolyPolygon aRetval; in expandToCurve()
444 B2DPolyPolygon setContinuity(const B2DPolyPolygon& rCandidate, B2VectorContinuity eContinuity) in setContinuity()
449 B2DPolyPolygon aRetval; in setContinuity()
466 B2DPolyPolygon growInNormalDirection(const B2DPolyPolygon& rCandidate, double fValue) in growInNormalDirection()
470 B2DPolyPolygon aRetval; in growInNormalDirection()
485 void correctGrowShrinkPolygonPair(B2DPolyPolygon& /*rOriginal*/, B2DPolyPolygon& /*rGrown*/) in correctGrowShrinkPolygonPair() argument
489 B2DPolyPolygon reSegmentPolyPolygon(const B2DPolyPolygon& rCandidate, sal_uInt32 nSegments) in reSegmentPolyPolygon()
491 B2DPolyPolygon aRetval; in reSegmentPolyPolygon()
501 B2DPolyPolygon interpolate(const B2DPolyPolygon& rOld1, const B2DPolyPolygon& rOld2, double t) in interpolate()
504 B2DPolyPolygon aRetval; in interpolate()
514 bool isRectangle( const B2DPolyPolygon& rPoly ) in isRectangle()
524 B2DPolyPolygon simplifyCurveSegments(const B2DPolyPolygon& rCandidate) in simplifyCurveSegments()
528 B2DPolyPolygon aRetval; in simplifyCurveSegments()
543B2DPolyPolygon reSegmentPolyPolygonEdges(const B2DPolyPolygon& rCandidate, sal_uInt32 nSubEdges, b… in reSegmentPolyPolygonEdges()
545 B2DPolyPolygon aRetval; in reSegmentPolyPolygonEdges()
558 …bool equal(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rCandidateB, const double& rfS… in equal()
576 bool equal(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rCandidateB) in equal()
583 B2DPolyPolygon snapPointsOfHorizontalOrVerticalEdges(const B2DPolyPolygon& rCandidate) in snapPointsOfHorizontalOrVerticalEdges()
585 B2DPolyPolygon aRetval; in snapPointsOfHorizontalOrVerticalEdges()
595 bool containsOnlyHorizontalAndVerticalEdges(const B2DPolyPolygon& rCandidate) in containsOnlyHorizontalAndVerticalEdges()
616 B2DPolyPolygon UnoPointSequenceSequenceToB2DPolyPolygon( in UnoPointSequenceSequenceToB2DPolyPolygon()
620 B2DPolyPolygon aRetval; in UnoPointSequenceSequenceToB2DPolyPolygon()
634 const B2DPolyPolygon& rPolyPolygon, in B2DPolyPolygonToUnoPointSequenceSequence()
661 B2DPolyPolygon UnoPolyPolygonBezierCoordsToB2DPolyPolygon( in UnoPolyPolygonBezierCoordsToB2DPolyPolygon()
665 B2DPolyPolygon aRetval; in UnoPolyPolygonBezierCoordsToB2DPolyPolygon()
692 const B2DPolyPolygon& rPolyPolygon, in B2DPolyPolygonToUnoPolyPolygonBezierCoords()