Searched refs:rTestPoint (Results 1 – 9 of 9) sorted by relevance
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygontriangulator.cxx | 134 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 D | b2dpolygontools.cxx | 2514 …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 D | b2dpolypolygontools.cxx | 367 …cePointToPolyPolygon(const B2DPolyPolygon& rCandidate, const B2DPoint& rTestPoint, sal_uInt32& rPo… in getSmallestDistancePointToPolyPolygon() argument 378 …const double fNewDistance(getSmallestDistancePointToPolygon(aCandidate, rTestPoint, nNewEdgeIndex,… in getSmallestDistancePointToPolyPolygon()
|
/trunk/main/basegfx/source/curve/ |
H A D | b2dcubicbezier.cxx | 686 …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()
|
/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 …stDistancePointToPolygon(const B2DPolygon& rCandidate, const B2DPoint& rTestPoint, sal_uInt32& rEd…
|
H A D | b2dpolypolygontools.hxx | 216 …cePointToPolyPolygon(const B2DPolyPolygon& rCandidate, const B2DPoint& rTestPoint, sal_uInt32& rPo…
|
/trunk/main/sd/source/ui/inc/ |
H A D | fusel.hxx | 104 SdrObject* pickObject (const Point& rTestPoint);
|
/trunk/main/basegfx/inc/basegfx/curve/ |
H A D | b2dcubicbezier.hxx | 165 double getSmallestDistancePointToBezierSegment(const B2DPoint& rTestPoint, double& rCut) const;
|
/trunk/main/sd/source/ui/func/ |
H A D | fusel.cxx | 1582 SdrObject* FuSelection::pickObject (const Point& rTestPoint) in pickObject() argument 1587 mpView->PickObj (rTestPoint, nHitLog, pObject, pPageView, SDRSEARCH_PICKMARKABLE); in pickObject()
|
Completed in 61 milliseconds