Searched refs:libinput_event_touch_get_x_transformed (Results 1 - 7 of 7) sorted by relevance
/third_party/libinput/test/ |
H A D | test-touch.c | 120 fx = libinput_event_touch_get_x_transformed(tev, 1920); in START_TEST() 338 x = libinput_event_touch_get_x_transformed(tev, width); in START_TEST() 407 x = libinput_event_touch_get_x_transformed(tev, width); in START_TEST() 471 x = libinput_event_touch_get_x_transformed(tev, width); in START_TEST() 1040 x = libinput_event_touch_get_x_transformed(t, 100); in START_TEST() 1079 x = libinput_event_touch_get_x_transformed(t, 100); in START_TEST()
|
/third_party/libinput/src/ |
H A D | libinput.h | 1795 * coordinate, use libinput_event_touch_get_x_transformed(). 1848 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event,
|
H A D | libinput.c | 918 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_x_transformed() function
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 1795 * coordinate, use libinput_event_touch_get_x_transformed(). 1848 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event,
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 664 double x = libinput_event_touch_get_x_transformed(t, screen_width); in print_touch_event()
|
H A D | libinput-debug-gui.c | 1452 x = libinput_event_touch_get_x_transformed(t, w->width), in handle_event_touch()
|
H A D | libinput-record.c | 676 tx = libinput_event_touch_get_x_transformed(t, 100); in print_touch_event()
|
Completed in 42 milliseconds