Lines Matching refs:endl
52 mrOutputStream << "#!/usr/bin/gnuplot -persist" << ::std::endl in Plotter()
53 << "#" << ::std::endl in Plotter()
54 … << "# automatically generated by basegfx::testtools::Plotter, don't change!" << ::std::endl in Plotter()
55 << "#" << ::std::endl in Plotter()
56 << "set parametric" << ::std::endl in Plotter()
61 … << "cubicBezier(p,q,r,s,t) = p*(1-t)**3+q*3*(1-t)**2*t+r*3*(1-t)*t**2+s*t**3" << ::std::endl in Plotter()
66 … << "cubicBezDerivative(p,q,r,s,t) = 3*(q-p)*(1-t)**2+6*(r-q)*(1-t)*t+3*(s-r)*t**2" << ::std::endl in Plotter()
70 << "implicitLineX(a,b,c,t) = a*-c + t*-b" << ::std::endl in Plotter()
74 << "implicitLineY(a,b,c,t) = b*-c + t*a" << ::std::endl in Plotter()
80 << "line(a,b,t) = a*(1-t) + b*t" << ::std::endl << ::std::endl in Plotter()
81 << "# end of setup" << ::std::endl << ::std::endl in Plotter()
99 mrOutputStream << rPoint.getX() << "\t" << rPoint.getY() << ::std::endl; in operator ()()
100 mrOutputStream << "e" << ::std::endl; in operator ()()
111 mrOutputStream << ::std::endl; in ~Plotter()