Home
last modified time | relevance | path

Searched refs:libinput_event_touch_get_y_transformed (Results 1 – 10 of 10) 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.h1672 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event,
Dlibinput.c854 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_y_transformed() function
/third_party/weston/libweston/
Dlibinput-device.c453 y = libinput_event_touch_get_y_transformed(touch_event, height); in handle_touch_with_coords()
460 norm.y = libinput_event_touch_get_y_transformed(touch_event, 1); in handle_touch_with_coords()
Dlibinput-seat.c240 double double_y = libinput_event_touch_get_y_transformed(touch_event, height); in process_multimodalinput_touch_event()
/third_party/libinput/export_include/
Dlibinput.h1672 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event,
/third_party/libinput/tools/
Dlibinput-debug-events.c636 double y = libinput_event_touch_get_y_transformed(t, screen_height); in print_touch_event_with_coords()
Dlibinput-debug-gui.c1126 y = libinput_event_touch_get_y_transformed(t, w->height); in handle_event_touch()
Dlibinput-record.c698 ty = libinput_event_touch_get_y_transformed(t, 100); in buffer_touch_event()