Searched refs:libinput_event_touch_get_y_transformed (Results 1 – 10 of 10) 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 | 1672 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event,
|
D | libinput.c | 854 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_y_transformed() function
|
/third_party/weston/libweston/ |
D | libinput-device.c | 453 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()
|
D | libinput-seat.c | 240 double double_y = libinput_event_touch_get_y_transformed(touch_event, height); in process_multimodalinput_touch_event()
|
/third_party/libinput/export_include/ |
D | libinput.h | 1672 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event,
|
/third_party/libinput/tools/ |
D | libinput-debug-events.c | 636 double y = libinput_event_touch_get_y_transformed(t, screen_height); in print_touch_event_with_coords()
|
D | libinput-debug-gui.c | 1126 y = libinput_event_touch_get_y_transformed(t, w->height); in handle_event_touch()
|
D | libinput-record.c | 698 ty = libinput_event_touch_get_y_transformed(t, 100); in buffer_touch_event()
|