Home
last modified time | relevance | path

Searched refs:discrete_coords (Results 1 – 5 of 5) sorted by relevance

/third_party/libinput/src/
Dlibinput-private.h66 struct discrete_coords { struct
591 const struct discrete_coords *discrete);
Dlibinput.c180 struct discrete_coords discrete;
2519 const struct discrete_coords zero_discrete = {0}; in pointer_notify_axis_finger()
2553 const struct discrete_coords zero_discrete = {0}; in pointer_notify_axis_continuous()
2585 const struct discrete_coords *discrete) in pointer_notify_axis_legacy_wheel()
Devdev.h592 const struct discrete_coords *discrete_in);
Devdev.c393 const struct discrete_coords *discrete_in) in evdev_notify_axis_legacy_wheel()
396 struct discrete_coords discrete = *discrete_in; in evdev_notify_axis_legacy_wheel()
Devdev-fallback.c232 struct discrete_coords discrete = { 0.0, 0.0 }; in fallback_flush_wheels()