Searched refs:aEdgeStart (Results 1 – 1 of 1) sorted by relevance
731 B2DPoint aEdgeStart(aPolygon.getB2DPoint(0)); in exportToSvgD() local744 …::basegfx::internal::lcl_putNumberCharWithSpace(aResult, aEdgeStart.getX(), aCurrentSVGPosition.ge… in exportToSvgD()745 …::basegfx::internal::lcl_putNumberCharWithSpace(aResult, aEdgeStart.getY(), aCurrentSVGPosition.ge… in exportToSvgD()747 aCurrentSVGPosition = aEdgeStart; in exportToSvgD()790 aLeft = B2DPoint((3.0 * aControlEdgeStart - aEdgeStart) / 2.0); in exportToSvgD()882 const bool bXEqual(aEdgeStart.getX() == aEdgeEnd.getX()); in exportToSvgD()883 const bool bYEqual(aEdgeStart.getY() == aEdgeEnd.getY()); in exportToSvgD()936 aEdgeStart = aEdgeEnd; in exportToSvgD()
Completed in 7 milliseconds