Lines Matching defs:rCandidate

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()
259 B2DPolygon adaptiveSubdivideByAngle(const B2DPolygon& rCandidate, double fAngleBound) in adaptiveSubdivideByAngle()
332 B2DPolygon adaptiveSubdivideByCount(const B2DPolygon& rCandidate, sal_uInt32 nCount) in adaptiveSubdivideByCount()
397 bool isInside(const B2DPolygon& rCandidate, const B2DPoint& rPoint, bool bWithBorder) in isInside()
456 bool isInside(const B2DPolygon& rCandidate, const B2DPolygon& rPolygon, bool bWithBorder) 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()
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()
779 …B2DPolygon getSnippetAbsolute(const B2DPolygon& rCandidate, double fFrom, double fTo, double fLeng… in getSnippetAbsolute()
975 …B2DPolygon getSnippetRelative(const B2DPolygon& rCandidate, double fFrom, double fTo, double fLeng… in getSnippetRelative()
989 const B2DPolygon& rCandidate, in findCut()
1298 …void applyLineDashing(const B2DPolygon& rCandidate, const ::std::vector<double>& rDotDashArray, B2… in applyLineDashing()
1631 …bool isInEpsilonRange(const B2DPolygon& rCandidate, const B2DPoint& rTestPosition, double fDistanc… in isInEpsilonRange()
2093 bool hasNeutralPoints(const B2DPolygon& rCandidate) in hasNeutralPoints()
2127 B2DPolygon removeNeutralPoints(const B2DPolygon& rCandidate) in removeNeutralPoints()
2175 bool isConvex(const B2DPolygon& rCandidate) in isConvex()
2216 B2VectorOrientation getOrientationForIndex(const B2DPolygon& rCandidate, sal_uInt32 nIndex) in getOrientationForIndex()
2228 …bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint& rCandidate, bool … in isPointOnLine()
2263 bool isPointOnPolygon(const B2DPolygon& rCandidate, const B2DPoint& rPoint, bool bWithPoints) in isPointOnPolygon()
2293 …le(const B2DPoint& rA, const B2DPoint& rB, const B2DPoint& rC, const B2DPoint& rCandidate, bool bW… in isPointInTriangle()
2334 void addTriangleFan(const B2DPolygon& rCandidate, B2DPolygon& rTarget) in addTriangleFan()
2465 B3DPolygon createB3DPolygonFromB2DPolygon(const B2DPolygon& rCandidate, double fZCoordinate) in createB3DPolygonFromB2DPolygon()
2490 B2DPolygon createB2DPolygonFromB3DPolygon(const B3DPolygon& rCandidate, const B3DHomMatrix& rMat) in createB2DPolygonFromB3DPolygon()
2579 …double getSmallestDistancePointToPolygon(const B2DPolygon& rCandidate, const B2DPoint& rTestPoint,… in getSmallestDistancePointToPolygon()
2656 …B2DPoint distort(const B2DPoint& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, … in distort()
2677 …B2DPolygon distort(const B2DPolygon& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLe… in distort()
2712 B2DPolygon rotateAroundPoint(const B2DPolygon& rCandidate, const B2DPoint& rCenter, double fAngle) in rotateAroundPoint()
2727 B2DPolygon expandToCurve(const B2DPolygon& rCandidate) in expandToCurve()
2739 bool expandToCurveInPoint(B2DPolygon& rCandidate, sal_uInt32 nIndex) in expandToCurveInPoint()
2781 B2DPolygon setContinuity(const B2DPolygon& rCandidate, B2VectorContinuity eContinuity) in setContinuity()
2793 …bool setContinuityInPoint(B2DPolygon& rCandidate, sal_uInt32 nIndex, B2VectorContinuity eContinuit… in setContinuityInPoint()
2945 B2DPolygon growInNormalDirection(const B2DPolygon& rCandidate, double fValue) in growInNormalDirection()
2995 B2DPolygon reSegmentPolygon(const B2DPolygon& rCandidate, sal_uInt32 nSegments) in reSegmentPolygon()
3029 …B2DPolygon reSegmentPolygonEdges(const B2DPolygon& rCandidate, sal_uInt32 nSubEdges, bool bHandleC… in reSegmentPolygonEdges()
3193 B2DPolygon createSimplifiedPolygon( const B2DPolygon& rCandidate ) in createSimplifiedPolygon()
3271 B2DPolygon simplifyCurveSegments(const B2DPolygon& rCandidate) in simplifyCurveSegments()
3331 B2DPolygon makeStartPoint(const B2DPolygon& rCandidate, sal_uInt32 nIndexOfNewStatPoint) in makeStartPoint()
3358 …B2DPolygon createEdgesOfGivenLength(const B2DPolygon& rCandidate, double fLength, double fStart, d… in createEdgesOfGivenLength()
3449 B2DPolygon createWaveline(const B2DPolygon& rCandidate, double fWaveWidth, double fWaveHeight) in createWaveline()
3571 B2DPolygon snapPointsOfHorizontalOrVerticalEdges(const B2DPolygon& 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()