Home
last modified time | relevance | path

Searched refs:rCut (Results 1 – 6 of 6) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx2518 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 Db2dpolypolygontools.cxx367 …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 Db2dpolygontools.hxx356 …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 Db2dpolypolygontools.hxx216 …date, const B2DPoint& rTestPoint, sal_uInt32& rPolygonIndex, sal_uInt32& rEdgeIndex, double& rCut);
/trunk/main/basegfx/inc/basegfx/curve/
H A Db2dcubicbezier.hxx165 double getSmallestDistancePointToBezierSegment(const B2DPoint& rTestPoint, double& rCut) const;
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx686 …ubicBezier::getSmallestDistancePointToBezierSegment(const B2DPoint& rTestPoint, double& rCut) const in getSmallestDistancePointToBezierSegment()
786 rCut = fPosition; in getSmallestDistancePointToBezierSegment()

Completed in 41 milliseconds