Home
last modified time | relevance | path

Searched refs:libinput_event_touch_get_y_transformed (Results 1 – 8 of 8) sorted by relevance

/third_party/libinput/test/
Dtest-touch.c122 fy = libinput_event_touch_get_y_transformed(tev, 720); in START_TEST()
339 y = libinput_event_touch_get_y_transformed(tev, height); in START_TEST()
408 y = libinput_event_touch_get_y_transformed(tev, height); in START_TEST()
472 y = libinput_event_touch_get_y_transformed(tev, height); in START_TEST()
1041 y = libinput_event_touch_get_y_transformed(t, 100); in START_TEST()
1080 y = libinput_event_touch_get_y_transformed(t, 100); in START_TEST()
/third_party/libinput/src/
Dlibinput.sym102 libinput_event_touch_get_y_transformed;
Dlibinput.h1869 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event,
Dlibinput.c932 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_y_transformed() function
/third_party/libinput/export_include/
Dlibinput.h1869 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event,
/third_party/libinput/tools/
Dlibinput-debug-events.c657 double y = libinput_event_touch_get_y_transformed(t, screen_height); in print_touch_event()
Dlibinput-debug-gui.c1447 y = libinput_event_touch_get_y_transformed(t, w->height); in handle_event_touch()
Dlibinput-record.c676 ty = libinput_event_touch_get_y_transformed(t, 100); in print_touch_event()