Lines Matching refs:fTools

153 				if(fTools::equal(getStart().getY(), rComp.getStart().getY(), fTools::getSmallValue()))  in operator <()
155 if(fTools::equal(getStart().getX(), rComp.getStart().getX(), fTools::getSmallValue())) in operator <()
167 return fTools::less(getStart().getX(), rComp.getStart().getX()); in operator <()
172 return fTools::less(getStart().getY(), rComp.getStart().getY()); in operator <()
232 if(aEdge.getStart().equal(rCutPoint, fTools::getSmallValue())) in splitEdgeAtGivenPoint()
238 if(aEdge.getEnd().equal(rCutPoint, fTools::getSmallValue())) in splitEdgeAtGivenPoint()
245 if(fTools::lessOrEqual(fOldDeltaYStart, 0.0)) in splitEdgeAtGivenPoint()
255 if(fTools::lessOrEqual(fNewDeltaYStart, 0.0)) in splitEdgeAtGivenPoint()
284 if(aEdgeA.getStart().equal(aEdgeB.getStart(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
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()
405 if(fTools::lessOrEqual(aCompare.getEnd().getY(), fFixedY)) in solveHorizontalEdges()
411 if(fTools::moreOrEqual(aCompare.getStart().getY(), fFixedY)) in solveHorizontalEdges()
425 if(fTools::more(aSplit.getX(), aRange.getMinimum()) in solveHorizontalEdges()
426 && fTools::less(aSplit.getX(), aRange.getMaximum())) in solveHorizontalEdges()
443 && fTools::less(aCurrent->getStart().getY(), fFixedY)); in solveHorizontalEdges()
522 if(fTools::equal(pPrev->getY(), pCurr->getY(), fTools::getSmallValue())) in TrapezoidSubdivider()
525 if(!fTools::equal(pPrev->getX(), pCurr->getX(), fTools::getSmallValue())) in TrapezoidSubdivider()
628 if(!fTools::equal(aLeft.getStart().getY(), aRight.getStart().getY(), fTools::getSmallValue())) in Subdivide()
650 …const bool bEndOnSameLine(fTools::equal(aLeftEnd.getY(), aRightEnd.getY(), fTools::getSmallValue()… in Subdivide()
656 bLeftIsLonger = fTools::more(aLeftEnd.getY(), aRightEnd.getY()); in Subdivide()
669 const bool bSameStartPoint(aLeft.getStart().equal(aRight.getStart(), fTools::getSmallValue())); in Subdivide()
670 const bool bSameEndPoint(aLeftEnd.equal(aRightEnd, fTools::getSmallValue())); in Subdivide()
739 && fTools::less(aCurrent->getStart().getY(), aLeftEnd.getY())) in Subdivide()
765 if(aCompare.getStart().equal(aRight.getStart(), fTools::getSmallValue())) in Subdivide()
777 if(fTools::more(aCompare.getStart().getY(), aLeft.getStart().getY())) in Subdivide()
830 && fTools::less(aLoop->getStart().getY(), aLeftEnd.getY())); in Subdivide()
965 if(fTools::lessOrEqual(fLineWidth, 0.0)) in createLineTrapezoidFromEdge()
971 if(rPointA.equal(rPointB, fTools::getSmallValue())) in createLineTrapezoidFromEdge()
979 if(fTools::equal(rPointA.getX(), rPointB.getX(), fTools::getSmallValue())) in createLineTrapezoidFromEdge()
994 else if(fTools::equal(rPointA.getY(), rPointB.getY(), fTools::getSmallValue())) in createLineTrapezoidFromEdge()
1038 …const bool bEndOnSameLine(fTools::equal(aLeft.getEnd().getY(), aRight.getEnd().getY(), fTools::get… in createLineTrapezoidFromEdge()
1068 const bool bLeftIsLonger(fTools::more(aLeft.getEnd().getY(), aRight.getEnd().getY())); in createLineTrapezoidFromEdge()
1147 if(fTools::lessOrEqual(fLineWidth, 0.0)) in createLineTrapezoidFromB2DPolygon()
1188 if(fTools::lessOrEqual(fLineWidth, 0.0)) in createLineTrapezoidFromB2DPolyPolygon()