Searched refs:rCut (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/basegfx/source/polygon/ |
| H A D | b2dpolygontools.cxx | 2514 …lessRay(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DPoint& rTestPoint, double& rCut) in getDistancePointToEndlessRay() argument 2518 rCut = 0.0; in getDistancePointToEndlessRay() 2530 rCut = fDividend / fDivisor; in getDistancePointToEndlessRay() 2532 const B2DPoint aCutPoint(rPointA + rCut * aVector1); in getDistancePointToEndlessRay() 2538 …tToEdge(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DPoint& rTestPoint, double& rCut) in getSmallestDistancePointToEdge() argument 2542 rCut = 0.0; in getSmallestDistancePointToEdge() 2558 rCut = 0.0; in getSmallestDistancePointToEdge() 2564 rCut = 1.0; in getSmallestDistancePointToEdge() 2573 rCut = fCut; in getSmallestDistancePointToEdge() 2579 …gon(const B2DPolygon& rCandidate, const B2DPoint& rTestPoint, sal_uInt32& rEdgeIndex, double& rCut) in getSmallestDistancePointToPolygon() argument [all …]
|
| H A D | b2dpolypolygontools.cxx | 367 …idate, const B2DPoint& rTestPoint, sal_uInt32& rPolygonIndex, sal_uInt32& rEdgeIndex, double& rCut) in getSmallestDistancePointToPolyPolygon() argument 385 rCut = fNewCut; in getSmallestDistancePointToPolyPolygon()
|
| /trunk/main/basegfx/inc/basegfx/polygon/ |
| H A D | b2dpolygontools.hxx | 356 …essRay(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DPoint& rTestPoint, double& rCut); 361 …ToEdge(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DPoint& rTestPoint, double& rCut); 366 …on(const B2DPolygon& rCandidate, const B2DPoint& rTestPoint, sal_uInt32& rEdgeIndex, double& rCut);
|
| H A D | b2dpolypolygontools.hxx | 216 …date, const B2DPoint& rTestPoint, sal_uInt32& rPolygonIndex, sal_uInt32& rEdgeIndex, double& rCut);
|
| /trunk/main/basegfx/inc/basegfx/curve/ |
| H A D | b2dcubicbezier.hxx | 165 … double getSmallestDistancePointToBezierSegment(const B2DPoint& rTestPoint, double& rCut) const;
|
| /trunk/main/basegfx/source/curve/ |
| H A D | b2dcubicbezier.cxx | 680 …ubicBezier::getSmallestDistancePointToBezierSegment(const B2DPoint& rTestPoint, double& rCut) const in getSmallestDistancePointToBezierSegment() 780 rCut = fPosition; in getSmallestDistancePointToBezierSegment()
|