Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dlibinput.h1101 struct libinput_event_gesture *
1903 libinput_event_gesture_get_time(struct libinput_event_gesture *event);
1914 libinput_event_gesture_get_time_usec(struct libinput_event_gesture *event);
1922 libinput_event_gesture_get_base_event(struct libinput_event_gesture *event);
1940 libinput_event_gesture_get_finger_count(struct libinput_event_gesture *event);
1957 libinput_event_gesture_get_cancelled(struct libinput_event_gesture *event);
1975 libinput_event_gesture_get_dx(struct libinput_event_gesture *event);
1993 libinput_event_gesture_get_dy(struct libinput_event_gesture *event);
2015 struct libinput_event_gesture *event);
2037 struct libinput_event_gesture *event);
[all …]
Dlibinput.c197 struct libinput_event_gesture { struct
406 LIBINPUT_EXPORT struct libinput_event_gesture *
421 return (struct libinput_event_gesture *) event; in libinput_event_get_gesture_event()
961 libinput_event_gesture_get_time(struct libinput_event_gesture *event) in libinput_event_gesture_get_time()
979 libinput_event_gesture_get_time_usec(struct libinput_event_gesture *event) in libinput_event_gesture_get_time_usec()
997 libinput_event_gesture_get_finger_count(struct libinput_event_gesture *event) in libinput_event_gesture_get_finger_count()
1015 libinput_event_gesture_get_cancelled(struct libinput_event_gesture *event) in libinput_event_gesture_get_cancelled()
1028 libinput_event_gesture_get_dx(struct libinput_event_gesture *event) in libinput_event_gesture_get_dx()
1044 libinput_event_gesture_get_dy(struct libinput_event_gesture *event) in libinput_event_gesture_get_dy()
1061 struct libinput_event_gesture *event) in libinput_event_gesture_get_dx_unaccelerated()
[all …]
/third_party/libinput/export_include/
Dlibinput.h1101 struct libinput_event_gesture *
1903 libinput_event_gesture_get_time(struct libinput_event_gesture *event);
1914 libinput_event_gesture_get_time_usec(struct libinput_event_gesture *event);
1922 libinput_event_gesture_get_base_event(struct libinput_event_gesture *event);
1940 libinput_event_gesture_get_finger_count(struct libinput_event_gesture *event);
1957 libinput_event_gesture_get_cancelled(struct libinput_event_gesture *event);
1975 libinput_event_gesture_get_dx(struct libinput_event_gesture *event);
1993 libinput_event_gesture_get_dy(struct libinput_event_gesture *event);
2015 struct libinput_event_gesture *event);
2037 struct libinput_event_gesture *event);
[all …]
/third_party/libinput/test/
Dtest-gestures.c48 struct libinput_event_gesture *gevent; in test_gesture_swipe_3fg()
159 struct libinput_event_gesture *gevent; in test_gesture_swipe_4fg()
297 struct libinput_event_gesture *gevent; in test_gesture_pinch_2fg()
420 struct libinput_event_gesture *gevent; in test_gesture_pinch_3fg()
535 struct libinput_event_gesture *gevent; in test_gesture_pinch_4fg()
657 struct libinput_event_gesture *gevent; in test_gesture_spread()
960 struct libinput_event_gesture *gevent; in START_TEST()
1063 struct libinput_event_gesture *gevent; in START_TEST()
1120 struct libinput_event_gesture *gevent; in START_TEST()
1251 struct libinput_event_gesture *gevent; in START_TEST()
[all …]
Dtest-misc.c386 struct libinput_event_gesture *g; in START_TEST()
Dlitest.h770 struct libinput_event_gesture *
Dlitest.c3697 struct libinput_event_gesture *
3702 struct libinput_event_gesture *gevent; in litest_is_gesture_event()
/third_party/libinput/tools/
Dlibinput-debug-events.c670 struct libinput_event_gesture *t = libinput_event_get_gesture_event(ev); in print_gesture_event_without_coords()
689 struct libinput_event_gesture *t = libinput_event_get_gesture_event(ev); in print_gesture_event_with_coords()
Dlibinput-debug-gui.c1545 struct libinput_event_gesture *g = libinput_event_get_gesture_event(ev); in handle_event_swipe()
1576 struct libinput_event_gesture *g = libinput_event_get_gesture_event(ev); in handle_event_pinch()
1611 struct libinput_event_gesture *g = libinput_event_get_gesture_event(ev); in handle_event_hold()
Dlibinput-record.c709 struct libinput_event_gesture *g = libinput_event_get_gesture_event(e); in print_gesture_event()
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff753 libinput_event_gesture_get_angle_delta(struct libinput_event_gesture *event);
759 +libinput_event_gesture_get_device_coords_x(struct libinput_event_gesture *event, uint32_t idx);
761 +libinput_event_gesture_get_device_coords_y(struct libinput_event_gesture *event, uint32_t idx);
766 +libinput_event_gesture_get_solt_touches(struct libinput_event_gesture *event);
5001 struct libinput_event_gesture {
5057 LIBINPUT_EXPORT struct libinput_event_gesture *
5070 return (struct libinput_event_gesture *) event;
5593 libinput_event_gesture_get_time(struct libinput_event_gesture *event)
5599 +libinput_event_gesture_get_device_coords_x(struct libinput_event_gesture *event, uint32_t idx)
5612 +libinput_event_gesture_get_device_coords_y(struct libinput_event_gesture *event, uint32_t idx)
[all …]