Home
last modified time | relevance | path

Searched refs:libinput_event_touch_get_x_transformed (Results 1 – 11 of 11) 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.h1651 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event,
Dlibinput.c839 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_x_transformed() function
/third_party/weston/libweston/
Dlibinput-device.c452 x = libinput_event_touch_get_x_transformed(touch_event, width); in handle_touch_with_coords()
459 norm.x = libinput_event_touch_get_x_transformed(touch_event, 1); in handle_touch_with_coords()
Dlibinput-seat.c239 double double_x = libinput_event_touch_get_x_transformed(touch_event, width); in process_multimodalinput_touch_event()
/third_party/libinput/doc/user/
Dabsolute-axes.rst42 - **libinput_event_touch_get_x_transformed()** for touch events
/third_party/libinput/export_include/
Dlibinput.h1651 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event,
/third_party/libinput/tools/
Dlibinput-debug-events.c635 double x = libinput_event_touch_get_x_transformed(t, screen_width); in print_touch_event_with_coords()
Dlibinput-debug-gui.c1125 x = libinput_event_touch_get_x_transformed(t, w->width), in handle_event_touch()
Dlibinput-record.c697 tx = libinput_event_touch_get_x_transformed(t, 100); in buffer_touch_event()