Home
last modified time | relevance | path

Searched refs:libinput_event_touch (Results 1 – 11 of 11) sorted by relevance

/third_party/libinput/src/
Dlibinput.h145 struct libinput_event_touch;
1081 struct libinput_event_touch *
1733 libinput_event_touch_get_time(struct libinput_event_touch *event);
1744 libinput_event_touch_get_time_usec(struct libinput_event_touch *event);
1766 libinput_event_touch_get_slot(struct libinput_event_touch *event);
1788 libinput_event_touch_get_seat_slot(struct libinput_event_touch *event);
1808 libinput_event_touch_get_x(struct libinput_event_touch *event);
1828 libinput_event_touch_get_y(struct libinput_event_touch *event);
1848 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event,
1869 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event,
[all …]
Dlibinput.c189 struct libinput_event_touch { struct
392 LIBINPUT_EXPORT struct libinput_event_touch *
403 return (struct libinput_event_touch *) event; in libinput_event_get_touch_event()
845 libinput_event_touch_get_time(struct libinput_event_touch *event) in libinput_event_touch_get_time()
860 libinput_event_touch_get_time_usec(struct libinput_event_touch *event) in libinput_event_touch_get_time_usec()
875 libinput_event_touch_get_slot(struct libinput_event_touch *event) in libinput_event_touch_get_slot()
889 libinput_event_touch_get_seat_slot(struct libinput_event_touch *event) in libinput_event_touch_get_seat_slot()
903 libinput_event_touch_get_x(struct libinput_event_touch *event) in libinput_event_touch_get_x()
917 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_x_transformed()
932 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_y_transformed()
[all …]
/third_party/libinput/export_include/
Dlibinput.h145 struct libinput_event_touch;
1081 struct libinput_event_touch *
1733 libinput_event_touch_get_time(struct libinput_event_touch *event);
1744 libinput_event_touch_get_time_usec(struct libinput_event_touch *event);
1766 libinput_event_touch_get_slot(struct libinput_event_touch *event);
1788 libinput_event_touch_get_seat_slot(struct libinput_event_touch *event);
1808 libinput_event_touch_get_x(struct libinput_event_touch *event);
1828 libinput_event_touch_get_y(struct libinput_event_touch *event);
1848 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event,
1869 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event,
[all …]
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff380 +struct libinput_event_touch *
418 +libinput_event_touch_get_tool_type(struct libinput_event_touch *event);
432 +libinput_event_touch_get_tool_x(struct libinput_event_touch *event);
445 +libinput_event_touch_get_tool_x_transformed(struct libinput_event_touch *event,
460 +libinput_event_touch_get_tool_y(struct libinput_event_touch *event);
473 +libinput_event_touch_get_tool_y_transformed(struct libinput_event_touch *event,
487 +libinput_event_touch_get_tool_width(struct libinput_event_touch *event);
499 +libinput_event_touch_get_tool_width_transformed(struct libinput_event_touch *event,
513 +libinput_event_touch_get_tool_height(struct libinput_event_touch *event);
525 +libinput_event_touch_get_tool_height_transformed(struct libinput_event_touch *event,
[all …]
/third_party/libinput/test/
Dtest-touch.c91 struct libinput_event_touch *tev; in START_TEST()
143 struct libinput_event_touch *tev; in touch_assert_seat_slot()
313 struct libinput_event_touch *tev; in START_TEST()
358 struct libinput_event_touch *tev; in START_TEST()
445 struct libinput_event_touch *tev; in START_TEST()
703 struct libinput_event_touch *tev; in START_TEST()
761 struct libinput_event_touch *tev; in START_TEST()
820 struct libinput_event_touch *t1, *t2; in START_TEST()
890 struct libinput_event_touch *tev; in START_TEST()
1015 struct libinput_event_touch *t; in START_TEST()
[all …]
Dtest-misc.c332 struct libinput_event_touch *t; in START_TEST()
Dlitest.h761 struct libinput_event_touch *
Dlitest.c3649 struct libinput_event_touch *
3653 struct libinput_event_touch *touch; in litest_is_touch_event()
4163 struct libinput_event_touch *tev; in litest_assert_touch_sequence()
/third_party/libinput/tools/
Dlibinput-debug-events.c643 struct libinput_event_touch *t = libinput_event_get_touch_event(ev); in print_touch_event()
Dlibinput-debug-gui.c1425 struct libinput_event_touch *t = libinput_event_get_touch_event(ev); in handle_event_touch()
Dlibinput-record.c628 struct libinput_event_touch *t = libinput_event_get_touch_event(e); in print_touch_event()