Home
last modified time | relevance | path

Searched refs:rCurve (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/basegfx/test/
H A Dtesttools.cxx203 void Plotter::plot( const B2DCubicBezier& rCurve ) in plot() argument
206 mrOutputStream << "cubicBezier(" << rCurve.getStartPoint().getX() in plot()
207 << "," << rCurve.getControlPointA().getX() in plot()
208 << "," << rCurve.getControlPointB().getX() in plot()
209 << "," << rCurve.getEndPoint().getX() in plot()
211 << "cubicBezier(" << rCurve.getStartPoint().getY() in plot()
212 << "," << rCurve.getControlPointA().getY() in plot()
213 << "," << rCurve.getControlPointB().getY() in plot()
214 << "," << rCurve.getEndPoint().getY() in plot()
H A Dtesttools.hxx82 void plot( const B2DCubicBezier& rCurve );

Completed in 9 milliseconds