Home
last modified time | relevance | path

Searched refs:libinput_event_touch_get_x_transformed (Results 1 – 9 of 9) sorted by relevance

/third_party/libinput/test/
Dtest-touch.c120 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/
Dlibinput.sym100 libinput_event_touch_get_x_transformed;
Dlibinput.h1848 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event,
Dlibinput.c917 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_x_transformed() function
/third_party/libinput/doc/user/
Dabsolute-axes.rst42 - **libinput_event_touch_get_x_transformed()** for touch events
/third_party/libinput/export_include/
Dlibinput.h1848 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event,
/third_party/libinput/tools/
Dlibinput-debug-events.c656 double x = libinput_event_touch_get_x_transformed(t, screen_width); in print_touch_event()
Dlibinput-debug-gui.c1446 x = libinput_event_touch_get_x_transformed(t, w->width), in handle_event_touch()
Dlibinput-record.c675 tx = libinput_event_touch_get_x_transformed(t, 100); in print_touch_event()