Home
last modified time | relevance | path

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

/third_party/libinput/test/
H A 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/
H A Dlibinput.h1808 libinput_event_touch_get_x(struct libinput_event_touch *event);
H A Dlibinput.c904 libinput_event_touch_get_x(struct libinput_event_touch *event) in libinput_event_touch_get_x() function
/third_party/libinput/export_include/
H A Dlibinput.h1808 libinput_event_touch_get_x(struct libinput_event_touch *event);
/third_party/libinput/tools/
H A Dlibinput-debug-events.c666 double xmm = libinput_event_touch_get_x(t); in print_touch_event()
H A Dlibinput-record.c674 x = libinput_event_touch_get_x(t); in print_touch_event()

Completed in 39 milliseconds