Searched refs:libinput_event_touch_get_x_transformed (Results 1 – 11 of 11) sorted by relevance
/third_party/libinput/test/ |
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/ |
D | libinput.sym | 100 libinput_event_touch_get_x_transformed;
|
D | libinput.h | 1651 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event,
|
D | libinput.c | 839 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_x_transformed() function
|
/third_party/weston/libweston/ |
D | libinput-device.c | 452 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()
|
D | libinput-seat.c | 239 double double_x = libinput_event_touch_get_x_transformed(touch_event, width); in process_multimodalinput_touch_event()
|
/third_party/libinput/doc/user/ |
D | absolute-axes.rst | 42 - **libinput_event_touch_get_x_transformed()** for touch events
|
/third_party/libinput/export_include/ |
D | libinput.h | 1651 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event,
|
/third_party/libinput/tools/ |
D | libinput-debug-events.c | 635 double x = libinput_event_touch_get_x_transformed(t, screen_width); in print_touch_event_with_coords()
|
D | libinput-debug-gui.c | 1125 x = libinput_event_touch_get_x_transformed(t, w->width), in handle_event_touch()
|
D | libinput-record.c | 697 tx = libinput_event_touch_get_x_transformed(t, 100); in buffer_touch_event()
|