Home
last modified time | relevance | path

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

/third_party/libinput/test/
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/
Dlibinput.sym101 libinput_event_touch_get_y;
Dlibinput.h1828 libinput_event_touch_get_y(struct libinput_event_touch *event);
Dlibinput.c947 libinput_event_touch_get_y(struct libinput_event_touch *event) in libinput_event_touch_get_y() function
/third_party/libinput/export_include/
Dlibinput.h1828 libinput_event_touch_get_y(struct libinput_event_touch *event);
/third_party/libinput/tools/
Dlibinput-debug-events.c659 double ymm = libinput_event_touch_get_y(t); in print_touch_event()
Dlibinput-record.c674 y = libinput_event_touch_get_y(t); in print_touch_event()