Searched refs:rCut (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygontools.hxx | 355 …essRay(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DPoint& rTestPoint, double& rCut); 360 …ToEdge(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DPoint& rTestPoint, double& rCut); 365 …on(const B2DPolygon& rCandidate, const B2DPoint& rTestPoint, sal_uInt32& rEdgeIndex, double& rCut);
|
H A D | b2dpolypolygontools.hxx | 215 …date, const B2DPoint& rTestPoint, sal_uInt32& rPolygonIndex, sal_uInt32& rEdgeIndex, double& rCut);
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 2518 rCut = 0.0; in getDistancePointToEndlessRay() 2530 rCut = fDividend / fDivisor; in getDistancePointToEndlessRay() 2532 const B2DPoint aCutPoint(rPointA + rCut * aVector1); in getDistancePointToEndlessRay() 2542 rCut = 0.0; in getSmallestDistancePointToEdge() 2558 rCut = 0.0; in getSmallestDistancePointToEdge() 2564 rCut = 1.0; in getSmallestDistancePointToEdge() 2573 rCut = fCut; in getSmallestDistancePointToEdge() 2620 rCut = fNewCut; in getSmallestDistancePointToPolygon() 2634 if(1.0 == rCut) in getSmallestDistancePointToPolygon() 2640 rCut = 0.0; in getSmallestDistancePointToPolygon() [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()
|
/aoo41x/main/basegfx/inc/basegfx/curve/ |
H A D | b2dcubicbezier.hxx | 164 double getSmallestDistancePointToBezierSegment(const B2DPoint& rTestPoint, double& rCut) const;
|
/aoo41x/main/basegfx/source/curve/ |
H A D | b2dcubicbezier.cxx | 686 …ubicBezier::getSmallestDistancePointToBezierSegment(const B2DPoint& rTestPoint, double& rCut) const in getSmallestDistancePointToBezierSegment() 786 rCut = fPosition; in getSmallestDistancePointToBezierSegment()
|
Completed in 35 milliseconds