Lines Matching refs:getEnd

62 			const B2DPoint& getEnd() const { return *mpEnd; }  in getEnd()  function in basegfx::trapezoidhelper::TrDeSimpleEdge
238 if(aEdge.getEnd().equal(rCutPoint, fTools::getSmallValue())) in splitEdgeAtGivenPoint()
253 const double fNewDeltaYStart(aEdge.getEnd().getY() - rCutPoint.getY()); in splitEdgeAtGivenPoint()
266 &aEdge.getEnd(), in splitEdgeAtGivenPoint()
289 if(aEdgeA.getStart().equal(aEdgeB.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
294 if(aEdgeA.getEnd().equal(aEdgeB.getStart(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
299 if(aEdgeA.getEnd().equal(aEdgeB.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
305 if(aEdgeA.getStart().equal(aEdgeA.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
310 if(aEdgeB.getStart().equal(aEdgeB.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
323 if(tools::isPointOnEdge(aEdgeA.getEnd(), aEdgeB.getStart(), aDeltaB)) in testAndCorrectEdgeIntersection()
325 return splitEdgeAtGivenPoint(aEdgeB, aEdgeA.getEnd(), aCurrent); in testAndCorrectEdgeIntersection()
335 if(tools::isPointOnEdge(aEdgeB.getEnd(), aEdgeA.getStart(), aDeltaA)) in testAndCorrectEdgeIntersection()
337 return splitEdgeAtGivenPoint(aEdgeA, aEdgeB.getEnd(), aCurrent); in testAndCorrectEdgeIntersection()
394 const B1DRange aRange(rHorEdge.getStart().getX(), rHorEdge.getEnd().getX()); in solveHorizontalEdges()
405 if(fTools::lessOrEqual(aCompare.getEnd().getY(), fFixedY)) in solveHorizontalEdges()
418 const B1DRange aCompareRange(aCompare.getStart().getX(), aCompare.getEnd().getX()); in solveHorizontalEdges()
645 B2DPoint aLeftEnd(aLeft.getEnd()); in Subdivide()
646 B2DPoint aRightEnd(aRight.getEnd()); in Subdivide()
771 const B1DRange aCompareRange(aCompare.getStart().getX(), aCompare.getEnd().getX()); in Subdivide()
1038 …const bool bEndOnSameLine(fTools::equal(aLeft.getEnd().getY(), aRight.getEnd().getY(), fTools::get… in createLineTrapezoidFromEdge()
1048 aLeft.getEnd().getX(), in createLineTrapezoidFromEdge()
1049 aRight.getEnd().getX(), in createLineTrapezoidFromEdge()
1050 aLeft.getEnd().getY())); in createLineTrapezoidFromEdge()
1060 aLeft2.getEnd().getX(), in createLineTrapezoidFromEdge()
1061 aRight2.getEnd().getX(), in createLineTrapezoidFromEdge()
1062 aLeft2.getEnd().getY())); in createLineTrapezoidFromEdge()
1068 const bool bLeftIsLonger(fTools::more(aLeft.getEnd().getY(), aRight.getEnd().getY())); in createLineTrapezoidFromEdge()
1074 const B2DPoint aSplitLeft(aLeft.getCutPointForGivenY(aRight.getEnd().getY())); in createLineTrapezoidFromEdge()
1075 const B2DPoint aSplitRight(aRight2.getCutPointForGivenY(aLeft.getEnd().getY())); in createLineTrapezoidFromEdge()
1083 aRight.getEnd().getX(), in createLineTrapezoidFromEdge()
1084 aRight.getEnd().getY())); in createLineTrapezoidFromEdge()
1089 aRight.getEnd().getX(), in createLineTrapezoidFromEdge()
1090 aRight.getEnd().getY(), in createLineTrapezoidFromEdge()
1100 aLeft2.getEnd().getX(), in createLineTrapezoidFromEdge()
1101 aRight2.getEnd().getX(), in createLineTrapezoidFromEdge()
1102 aLeft2.getEnd().getY())); in createLineTrapezoidFromEdge()
1108 const B2DPoint aSplitRight(aRight.getCutPointForGivenY(aLeft.getEnd().getY())); in createLineTrapezoidFromEdge()
1109 const B2DPoint aSplitLeft(aLeft2.getCutPointForGivenY(aRight.getEnd().getY())); in createLineTrapezoidFromEdge()
1116 aLeft.getEnd().getX(), in createLineTrapezoidFromEdge()
1118 aLeft.getEnd().getY())); in createLineTrapezoidFromEdge()
1122 aLeft.getEnd().getX(), in createLineTrapezoidFromEdge()
1124 aLeft.getEnd().getY(), in createLineTrapezoidFromEdge()
1126 aRight.getEnd().getX(), in createLineTrapezoidFromEdge()
1132 aRight.getEnd().getX(), in createLineTrapezoidFromEdge()
1134 aLeft2.getEnd().getX(), in createLineTrapezoidFromEdge()
1135 aRight2.getEnd().getX(), in createLineTrapezoidFromEdge()
1136 aLeft2.getEnd().getY())); in createLineTrapezoidFromEdge()