Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_drag.h1109 double _cumulative_x_drag; variable
1158 double _cumulative_x_drag; variable
H A Deditor_drag.cc4929 , _cumulative_x_drag (0.0) in ControlPointDrag()
4978 double cx = _fixed_grab_x + _cumulative_x_drag + dx; in motion()
4992 _cumulative_x_drag = cx - _fixed_grab_x; in motion()
5187 _cumulative_x_drag (0), in FeatureLineDrag()
5224 double cx = _region_view_grab_x + _cumulative_x_drag + dx; in motion()
5226 _cumulative_x_drag += dx; in motion()