Home
last modified time | relevance | path

Searched refs:view_to_model_coord (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dautomation_line.h129 void view_to_model_coord (double& x, double& y) const;
H A Dautomation_region_view.cc191 _line->view_to_model_coord (when_d, y); in add_automation_event()
H A Dautomation_line.cc1182 AutomationLine::view_to_model_coord (double& x, double& y) const in view_to_model_coord() function in AutomationLine
H A Daudio_region_view.cc1393 gain_line->view_to_model_coord (mx, y); in add_gain_point_event()