Home
last modified time | relevance | path

Searched refs:cumulative_dy (Results 1 – 6 of 6) sorted by relevance

/dports/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1/src/
H A Dsynproto.c107 dst->cumulative_dy = src->cumulative_dy; in SynapticsCopyHwState()
130 hw->cumulative_dy = 0; in SynapticsResetHwState()
H A Dsynproto.h68 int cumulative_dy; /* Cumulative delta Y for clickpad dragging */ member
H A Deventcomm.c653 hw->cumulative_dy += ev->value - last_val; in EventProcessTouchEvent()
722 hw->cumulative_dy = hw->y; in EventReadHwState()
812 hw->cumulative_dy = hw->y; in EventReadHwState()
H A Dsynaptics.c1664 hw->cumulative_dy = priv->hwState->cumulative_dy; in ReadInput()
3032 hw->y = hw->cumulative_dy; in HandleState()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmidi_region_view.h213 void move_selection(double dx, double dy, double cumulative_dy);
216 void move_copies(double dx_qn, double dy, double cumulative_dy);
H A Dmidi_region_view.cc2536 MidiRegionView::move_selection(double dx_qn, double dy, double cumulative_dy) in move_selection() argument
2583 moved_note->set_note (moved_note->note() + cumulative_dy); in move_selection()
2592 moved_note->set_note (moved_note->note() + cumulative_dy); in move_selection()
2633 MidiRegionView::move_copies (double dx_qn, double dy, double cumulative_dy) in move_copies() argument
2678 moved_note->set_note (moved_note->note() + cumulative_dy); in move_copies()
2687 moved_note->set_note (moved_note->note() + cumulative_dy); in move_copies()