Lines Matching refs:cout

312     cout << "# convex hull testing" << endl   in Impl_calcSafeParams_clip()
314 cout << " bez(" in Impl_calcSafeParams_clip()
333 cout << poly[k].x << " " << poly[k].y << endl; in Impl_calcSafeParams_clip()
335 cout << poly[0].x << " " << poly[0].y << endl; in Impl_calcSafeParams_clip()
336 cout << "e" << endl; in Impl_calcSafeParams_clip()
340 cout << convHull[k].x << " " << convHull[k].y << endl; in Impl_calcSafeParams_clip()
342 cout << convHull[0].x << " " << convHull[0].y << endl; in Impl_calcSafeParams_clip()
343 cout << "e" << endl; in Impl_calcSafeParams_clip()
405 cout << "# safe param range testing" << endl in printCurvesWithSafeRange()
420 cout << "bez(" in printCurvesWithSafeRange()
490 cout << "# final result" << endl in printResultWithFinalCurves()
493 cout << "bez(" in printResultWithFinalCurves()
885 cout << "# convex hull testing (focus)" << endl in Impl_calcSafeParams_focus()
887 cout << "'-' using ($1):($2) title \"control polygon\" with lp, " in Impl_calcSafeParams_focus()
893 cout << controlPolygon[count].x << " " << controlPolygon[count].y << endl; in Impl_calcSafeParams_focus()
895 cout << controlPolygon[0].x << " " << controlPolygon[0].y << endl; in Impl_calcSafeParams_focus()
896 cout << "e" << endl; in Impl_calcSafeParams_focus()
900 cout << convHull[count].x << " " << convHull[count].y << endl; in Impl_calcSafeParams_focus()
902 cout << convHull[0].x << " " << convHull[0].y << endl; in Impl_calcSafeParams_focus()
903 cout << "e" << endl; in Impl_calcSafeParams_focus()
1350 cout << "#!/usr/bin/gnuplot -persist" << endl in main()
1367 cout << "# convex hull testing" << endl in main()
1382 cout << " bez(" in main()
1393 cout << ",\\" << endl; in main()
1395 cout << endl; in main()
1414 cout << convHull[k].x << " " << convHull[k].y << endl; in main()
1416 cout << convHull[0].x << " " << convHull[0].y << endl; in main()
1417 cout << "e" << endl; in main()
1425 cout << "# multi subdivide testing" << endl in main()
1457 cout << " bez(" in main()
1487 cout << ",\\" << endl; in main()
1489 cout << endl; in main()
1497 cout << "# fat line testing" << endl in main()
1512 cout << " bez(" in main()
1541 cout << ",\\" << endl; in main()
1543 cout << endl; in main()
1551 cout << "# focus line testing" << endl in main()
1566 cout << " bez(" in main()
1586 cout << ",\\" << endl; in main()
1588 cout << endl; in main()
1595 cout << "# safe param base method testing" << endl in main()
1618 cout << " bez(" in main()
1631 cout << t1+safeParamsBase_xOffset << ", t, " in main()
1634 cout << "'-' using ($1):($2) title \"control polygon\" with lp, " in main()
1638 cout << ",\\" << endl; in main()
1640 cout << endl; in main()
1670 cout << poly[k].x << " " << poly[k].y << endl; in main()
1672 cout << poly[0].x << " " << poly[0].y << endl; in main()
1673 cout << "e" << endl; in main()
1677 cout << convHull[k].x << " " << convHull[k].y << endl; in main()
1679 cout << convHull[0].x << " " << convHull[0].y << endl; in main()
1680 cout << "e" << endl; in main()
1691 cout << "# safe param range testing" << endl in main()
1725 cout << " bez(" in main()
1752 cout << ",\\" << endl; in main()
1754 cout << endl; in main()
1789 cout << "# safe param range from focus testing" << endl in main()
1857 cout << " bez(" in main()
1898 cout << ", bez(" in main()
1910 cout << ",\\" << endl; in main()
1912 cout << endl; in main()
1957 cout << endl << endl << "# bezier clip testing" << endl in main()
1975 cout << " bez(" in main()
2013 cout << ",\\" << endl; in main()
2015 cout << endl; in main()
2039 cout << result[k].first << endl; in main()
2041 cout << "e" << endl; in main()
2045 cout << result[k].second << endl; in main()
2047 cout << "e" << endl; in main()