Home
last modified time | relevance | path

Searched refs:rTestPoint (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx134 bool CheckPointInTriangle(EdgeEntry* pEdgeA, EdgeEntry* pEdgeB, const B2DPoint& rTestPoint);
198 …riangulator::CheckPointInTriangle(EdgeEntry* pEdgeA, EdgeEntry* pEdgeB, const B2DPoint& rTestPoint) in CheckPointInTriangle() argument
201 …if(tools::isPointInTriangle(pEdgeA->getStart(), pEdgeA->getEnd(), pEdgeB->getEnd(), rTestPoint, tr… in CheckPointInTriangle()
204 if(!rTestPoint.equal(pEdgeA->getEnd()) && !rTestPoint.equal(pEdgeB->getEnd())) in CheckPointInTriangle()
207 EdgeEntry* pStart = new EdgeEntry(pEdgeA->getStart(), rTestPoint); in CheckPointInTriangle()
H A Db2dpolygontools.cxx2514 …lessRay(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DPoint& rTestPoint, double& rCut) in getDistancePointToEndlessRay() argument
2519 const B2DVector aVector(rTestPoint - rPointA); in getDistancePointToEndlessRay()
2526 const B2DVector aVector2(rTestPoint - rPointA); in getDistancePointToEndlessRay()
2533 const B2DVector aVector(rTestPoint - aCutPoint); in getDistancePointToEndlessRay()
2538 …tToEdge(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DPoint& rTestPoint, double& rCut) in getSmallestDistancePointToEdge() argument
2543 const B2DVector aVector(rTestPoint - rPointA); in getSmallestDistancePointToEdge()
2550 const B2DVector aVector2(rTestPoint - rPointA); in getSmallestDistancePointToEdge()
2565 const B2DVector aVector(rTestPoint - rPointB); in getSmallestDistancePointToEdge()
2572 const B2DVector aVector(rTestPoint - aCutPoint); in getSmallestDistancePointToEdge()
2609 fEdgeDist = aBezier.getSmallestDistancePointToBezierSegment(rTestPoint, fNewCut); in getSmallestDistancePointToPolygon()
[all …]
H A Db2dpolypolygontools.cxx367 …cePointToPolyPolygon(const B2DPolyPolygon& rCandidate, const B2DPoint& rTestPoint, sal_uInt32& rPo… in getSmallestDistancePointToPolyPolygon() argument
378 …const double fNewDistance(getSmallestDistancePointToPolygon(aCandidate, rTestPoint, nNewEdgeIndex,… in getSmallestDistancePointToPolyPolygon()
/aoo42x/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx686 …double B2DCubicBezier::getSmallestDistancePointToBezierSegment(const B2DPoint& rTestPoint, double&… in getSmallestDistancePointToBezierSegment() argument
697 B2DVector aVector(rTestPoint - aInitialPolygon.getB2DPoint(0L)); in getSmallestDistancePointToBezierSegment()
704 aVector = B2DVector(rTestPoint - aInitialPolygon.getB2DPoint(a)); in getSmallestDistancePointToBezierSegment()
729 aVector = B2DVector(rTestPoint - maStartPoint); in getSmallestDistancePointToBezierSegment()
733 aVector = B2DVector(rTestPoint - interpolatePoint(fPosLeft)); in getSmallestDistancePointToBezierSegment()
751 aVector = B2DVector(rTestPoint - maEndPoint); in getSmallestDistancePointToBezierSegment()
755 aVector = B2DVector(rTestPoint - interpolatePoint(fPosRight)); in getSmallestDistancePointToBezierSegment()
/aoo42x/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 …stDistancePointToPolygon(const B2DPolygon& rCandidate, const B2DPoint& rTestPoint, sal_uInt32& rEd…
H A Db2dpolypolygontools.hxx216 …cePointToPolyPolygon(const B2DPolyPolygon& rCandidate, const B2DPoint& rTestPoint, sal_uInt32& rPo…
/aoo42x/main/sd/source/ui/inc/
H A Dfusel.hxx104 SdrObject* pickObject (const Point& rTestPoint);
/aoo42x/main/basegfx/inc/basegfx/curve/
H A Db2dcubicbezier.hxx165 double getSmallestDistancePointToBezierSegment(const B2DPoint& rTestPoint, double& rCut) const;
/aoo42x/main/sd/source/ui/func/
H A Dfusel.cxx1582 SdrObject* FuSelection::pickObject (const Point& rTestPoint) in pickObject() argument
1587 mpView->PickObj (rTestPoint, nHitLog, pObject, pPageView, SDRSEARCH_PICKMARKABLE); in pickObject()

Completed in 58 milliseconds