Home
last modified time | relevance | path

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

/third_party/libinput/test/
H A Dtest-touch.c715 oldy = libinput_event_touch_get_y(tev); in START_TEST()
737 y = libinput_event_touch_get_y(tev); in START_TEST()
869 ck_assert_int_eq(libinput_event_touch_get_y(t1), in START_TEST()
870 libinput_event_touch_get_y(t2)); in START_TEST()
1035 y = libinput_event_touch_get_y(t); in START_TEST()
1074 y = libinput_event_touch_get_y(t); in START_TEST()
/third_party/libinput/src/
H A Dlibinput.h1828 libinput_event_touch_get_y(struct libinput_event_touch *event);
H A Dlibinput.c948 libinput_event_touch_get_y(struct libinput_event_touch *event) in libinput_event_touch_get_y() function
/third_party/libinput/export_include/
H A Dlibinput.h1828 libinput_event_touch_get_y(struct libinput_event_touch *event);
/third_party/libinput/tools/
H A Dlibinput-debug-events.c667 double ymm = libinput_event_touch_get_y(t); in print_touch_event()
H A Dlibinput-record.c675 y = libinput_event_touch_get_y(t); in print_touch_event()

Completed in 24 milliseconds