Home
last modified time | relevance | path

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

/third_party/libinput/test/
Dtest-touch.c714 oldx = libinput_event_touch_get_x(tev); in START_TEST()
736 x = libinput_event_touch_get_x(tev); in START_TEST()
867 ck_assert_int_eq(libinput_event_touch_get_x(t1), in START_TEST()
868 libinput_event_touch_get_x(t2)); in START_TEST()
1034 x = libinput_event_touch_get_x(t); in START_TEST()
1073 x = libinput_event_touch_get_x(t); in START_TEST()
/third_party/libinput/src/
Dlibinput.sym99 libinput_event_touch_get_x;
Dlibinput.h1808 libinput_event_touch_get_x(struct libinput_event_touch *event);
Dlibinput.c903 libinput_event_touch_get_x(struct libinput_event_touch *event) in libinput_event_touch_get_x() function
/third_party/libinput/export_include/
Dlibinput.h1808 libinput_event_touch_get_x(struct libinput_event_touch *event);
/third_party/libinput/tools/
Dlibinput-debug-events.c658 double xmm = libinput_event_touch_get_x(t); in print_touch_event()
Dlibinput-record.c673 x = libinput_event_touch_get_x(t); in print_touch_event()