Home
last modified time | relevance | path

Searched refs:tp_motion_history_offset (Results 1 - 1 of 1) sorted by relevance

/third_party/libinput/src/
H A Devdev-mt-touchpad.c52 tp_motion_history_offset(struct tp_touch *t, int offset) in tp_motion_history_offset() function
147 last = tp_motion_history_offset(t, 1); in tp_calculate_motion_speed()
204 prev_point = &tp_motion_history_offset(t, 0)->point; in tp_detect_wobbling()
487 delta.x = tp_motion_history_offset(t, 0)->point.x - in tp_get_delta()
488 tp_motion_history_offset(t, 1)->point.x; in tp_get_delta()
489 delta.y = tp_motion_history_offset(t, 0)->point.y - in tp_get_delta()
490 tp_motion_history_offset(t, 1)->point.y; in tp_get_delta()
1517 last = tp_motion_history_offset(t, 0); in tp_detect_jumps()
1595 p = tp_motion_history_offset(t, i); in tp_motion_history_fix_last()
1700 t->point = tp_motion_history_offset( in tp_pre_process_state()
[all...]

Completed in 4 milliseconds