Home
last modified time | relevance | path

Searched refs:tp_normalize_delta (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad-gestures.c221 normalized = tp_normalize_delta(tp, delta); in tp_gesture_get_pinch_info()
240 tp->device->scroll.buildup = tp_normalize_delta(tp, average); in tp_gesture_set_scroll_buildup()
639 unaccel = tp_normalize_delta(tp, raw); in tp_gesture_handle_state_swipe()
677 unaccel = tp_normalize_delta(tp, fdelta); in tp_gesture_handle_state_pinch()
Devdev-mt-touchpad-edge-scroll.c446 normalized = tp_normalize_delta(tp, in tp_edge_scroll_post_events()
Devdev-mt-touchpad.h536 tp_normalize_delta(const struct tp_dispatch *tp, in tp_normalize_delta() function