Home
last modified time | relevance | path

Searched refs:trackers_velocity (Results 1 – 7 of 7) sorted by relevance

/third_party/libinput/src/
Dfilter-private.h89 trackers_velocity(struct pointer_trackers *trackers, uint64_t time);
Dfilter-trackpoint.c89 velocity = trackers_velocity(&accel_filter->trackers, time); in trackpoint_accelerator_filter()
Dfilter-low-dpi.c116 velocity = trackers_velocity(&accel->trackers, time); in calculate_acceleration_factor()
Dfilter-touchpad.c81 velocity = trackers_velocity(&accel->trackers, time); in calculate_acceleration_factor()
Dfilter-mouse.c83 velocity = trackers_velocity(&accel->trackers, time); in calculate_acceleration_factor()
Dfilter.c204 trackers_velocity(struct pointer_trackers *trackers, uint64_t time) in trackers_velocity() function
Dfilter-touchpad-x230.c154 velocity = trackers_velocity(&accel->trackers, time); in accelerator_filter_x230()