Home
last modified time | relevance | path

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

/dports/audio/din/din-52/src/
H A Dcurve_editor.h179 points_array win_scratch_points, curv_scratch_points; member
H A Dcurve_editor.cc610 if (curv_scratch_points.size () > 1) { in replace()
616 create_polyline (crv, curv_scratch_points); in replace()
972 curv_scratch_points.clear (); in clear_scratch_curve()
1386 curv_scratch_points.push_back (point<float>(curvx, curvy)); in add_vertex()
1387 …if (curv_scratch_points.size () < 2) cursor_mesg = "Click to add vertex. ESC to abort!"; else curs… in add_vertex()