Searched refs:getCutPointForGivenY (Results 1 – 1 of 1) sorted by relevance
177 B2DPoint getCutPointForGivenY(double fGivenY) in getCutPointForGivenY() function in basegfx::trapezoidhelper::TrDeEdgeEntry423 const B2DPoint aSplit(aCompare.getCutPointForGivenY(fFixedY)); in solveHorizontalEdges()660 aLeftEnd = aLeft.getCutPointForGivenY(aRightEnd.getY()); in Subdivide()664 aRightEnd = aRight.getCutPointForGivenY(aLeftEnd.getY()); in Subdivide()780 const B2DPoint aSplitLeft(aLeft.getCutPointForGivenY(aCompare.getStart().getY())); in Subdivide()781 const B2DPoint aSplitRight(aRight.getCutPointForGivenY(aCompare.getStart().getY())); in Subdivide()1074 const B2DPoint aSplitLeft(aLeft.getCutPointForGivenY(aRight.getEnd().getY())); in createLineTrapezoidFromEdge()1075 const B2DPoint aSplitRight(aRight2.getCutPointForGivenY(aLeft.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()
Completed in 19 milliseconds