Home
last modified time | relevance | path

Searched refs:rPointB (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx962 const B2DPoint& rPointB, in createLineTrapezoidFromEdge() argument
971 if(rPointA.equal(rPointB, fTools::getSmallValue())) in createLineTrapezoidFromEdge()
979 if(fTools::equal(rPointA.getX(), rPointB.getX(), fTools::getSmallValue())) in createLineTrapezoidFromEdge()
989 std::min(rPointA.getY(), rPointB.getY()), in createLineTrapezoidFromEdge()
992 std::max(rPointA.getY(), rPointB.getY()))); in createLineTrapezoidFromEdge()
994 else if(fTools::equal(rPointA.getY(), rPointB.getY(), fTools::getSmallValue())) in createLineTrapezoidFromEdge()
997 const double fLeftX(std::min(rPointA.getX(), rPointB.getX())); in createLineTrapezoidFromEdge()
998 const double fRightX(std::max(rPointA.getX(), rPointB.getX())); in createLineTrapezoidFromEdge()
1013 const B2DVector aDelta(rPointB - rPointA); in createLineTrapezoidFromEdge()
1020 const B2DPoint aEndHigh(rPointB - aPerpendicular); in createLineTrapezoidFromEdge()
[all …]
H A Db2dpolygonclipper.cxx346 …e(const B2DPolygon& rCandidate, const B2DPoint& rPointA, const B2DPoint& rPointB, bool bAbove, boo… in clipPolygonOnEdge() argument
350 if(rPointA.equal(rPointB)) in clipPolygonOnEdge()
357 const B2DVector aEdge(rPointB - rPointA); in clipPolygonOnEdge()
379 …nst B2DPolyPolygon& rCandidate, const B2DPoint& rPointA, const B2DPoint& rPointB, bool bAbove, boo… in clipPolyPolygonOnEdge() argument
383 if(rPointA.equal(rPointB)) in clipPolyPolygonOnEdge()
390 const B2DVector aEdge(rPointB - rPointA); in clipPolyPolygonOnEdge()
H A Db2dpolygontools.cxx2514 …double getDistancePointToEndlessRay(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DPoi… in getDistancePointToEndlessRay() argument
2516 if(rPointA.equal(rPointB)) in getDistancePointToEndlessRay()
2525 const B2DVector aVector1(rPointB - rPointA); in getDistancePointToEndlessRay()
2538 …double getSmallestDistancePointToEdge(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DP… in getSmallestDistancePointToEdge() argument
2540 if(rPointA.equal(rPointB)) in getSmallestDistancePointToEdge()
2549 const B2DVector aVector1(rPointB - rPointA); in getSmallestDistancePointToEdge()
2565 const B2DVector aVector(rTestPoint - rPointB); in getSmallestDistancePointToEdge()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx114 Point Blend (const Point& rPointA, const Point& rPointB, const double nT) in Blend() argument
117 sal_Int32(rPointA.X() * (1-nT) + rPointB.X() * nT), in Blend()
118 sal_Int32(rPointA.Y() * (1-nT) + rPointB.Y() * nT)); in Blend()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygonclipper.hxx59 …nst B2DPolyPolygon& rCandidate, const B2DPoint& rPointA, const B2DPoint& rPointB, bool bAbove, boo…
60 …e(const B2DPolygon& rCandidate, const B2DPoint& rPointA, const B2DPoint& rPointB, bool bAbove, boo…
H A Db2dpolygontools.hxx356 …le getDistancePointToEndlessRay(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DPoint& …
361 … getSmallestDistancePointToEdge(const B2DPoint& rPointA, const B2DPoint& rPointB, const B2DPoint& …
H A Db2dtrapezoid.hxx102 const B2DPoint& rPointB,

Completed in 52 milliseconds