Searched refs:aRightEnd (Results 1 – 1 of 1) sorted by relevance
646 B2DPoint aRightEnd(aRight.getEnd()); in Subdivide() local650 …const bool bEndOnSameLine(fTools::equal(aLeftEnd.getY(), aRightEnd.getY(), fTools::getSmallValue()… in Subdivide()656 bLeftIsLonger = fTools::more(aLeftEnd.getY(), aRightEnd.getY()); in Subdivide()660 aLeftEnd = aLeft.getCutPointForGivenY(aRightEnd.getY()); in Subdivide()664 aRightEnd = aRight.getCutPointForGivenY(aLeftEnd.getY()); in Subdivide()670 const bool bSameEndPoint(aLeftEnd.equal(aRightEnd, fTools::getSmallValue())); in Subdivide()693 B2DPoint* pNewPoint = new B2DPoint(aRightEnd); in Subdivide()721 aRightRange = B1DRange(aRight.getStart().getX(), aRightEnd.getX()); in Subdivide()745 aRightRange = B1DRange(aRight.getStart().getX(), aRightEnd.getX()); in Subdivide()859 B2DPoint* pNewPoint = new B2DPoint(aRightEnd); in Subdivide()[all …]
Completed in 17 milliseconds