Searched refs:libinput_event_touch_get_y_transformed (Results 1 – 8 of 8) sorted by relevance
/third_party/libinput/test/ |
D | test-touch.c | 122 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/ |
D | libinput.sym | 102 libinput_event_touch_get_y_transformed;
|
D | libinput.h | 1869 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event,
|
D | libinput.c | 932 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_y_transformed() function
|
/third_party/libinput/export_include/ |
D | libinput.h | 1869 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event,
|
/third_party/libinput/tools/ |
D | libinput-debug-events.c | 657 double y = libinput_event_touch_get_y_transformed(t, screen_height); in print_touch_event()
|
D | libinput-debug-gui.c | 1447 y = libinput_event_touch_get_y_transformed(t, w->height); in handle_event_touch()
|
D | libinput-record.c | 676 ty = libinput_event_touch_get_y_transformed(t, 100); in print_touch_event()
|