Searched refs:libinput_event_touch (Results 1 – 11 of 11) sorted by relevance
/third_party/libinput/src/ |
D | libinput.h | 145 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 …]
|
D | libinput.c | 189 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/ |
D | libinput.h | 145 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/ |
D | libinput_0000.diff | 380 +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/ |
D | test-touch.c | 91 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 …]
|
D | test-misc.c | 332 struct libinput_event_touch *t; in START_TEST()
|
D | litest.h | 761 struct libinput_event_touch *
|
D | litest.c | 3649 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/ |
D | libinput-debug-events.c | 643 struct libinput_event_touch *t = libinput_event_get_touch_event(ev); in print_touch_event()
|
D | libinput-debug-gui.c | 1425 struct libinput_event_touch *t = libinput_event_get_touch_event(ev); in handle_event_touch()
|
D | libinput-record.c | 628 struct libinput_event_touch *t = libinput_event_get_touch_event(e); in print_touch_event()
|