Home
last modified time | relevance | path

Searched defs:curve_editor (Results 1 – 4 of 4) sorted by relevance

/dports/audio/din/din-52/src/
H A Dcurve_editor.h72 int curcrv;
92 hit_t pik;
111 enum {
133 int todo;
162 int axis;
179 points_array win_scratch_points, curv_scratch_points;
228 curve_editor (const std::string& settingsf, const std::string& helpf = "curve_editor.hlp"); argument
265 int guides;
292 int sine_enabled, fft_enabled;
296 float hz;
[all …]
H A Dcurve_editor.cc44 curve_editor::curve_editor (const std::string& settingsf, const std::string& helpf) : helptext (hel… in curve_editor() function in curve_editor
/dports/graphics/fyre/fyre-1.0.1/src/
H A Dcurve-editor.h84 void (* curve_editor) (CurveEditor *cb); member
/dports/graphics/gthumb/gthumb-3.10.1/extensions/file_tools/
H A Dgth-file-tool-curves.c50 GtkWidget *curve_editor; member
425 curve_editor_changed_cb (GthCurveEditor *curve_editor, in curve_editor_changed_cb()