Searched refs:libinput_device_get_size (Results 1 – 14 of 14) sorted by relevance
/third_party/libinput/src/ |
D | libinput.sym | 48 libinput_device_get_size;
|
D | libinput.h | 4294 libinput_device_get_size(struct libinput_device *device,
|
D | libinput.c | 3330 libinput_device_get_size(struct libinput_device *device, in libinput_device_get_size() function
|
/third_party/libinput/tools/ |
D | libinput-list-devices.c | 302 if (libinput_device_get_size(dev, &w, &h) == 0) in print_device_notify()
|
D | libinput-debug-tablet.c | 166 libinput_device_get_size(ctx->device, &w, &h); in print_state()
|
D | libinput-debug-events.c | 292 if (libinput_device_get_size(dev, &w, &h) == 0) in print_device_notify()
|
D | libinput-record.c | 1829 if (libinput_device_get_size(device, &w, &h) == 0) in print_libinput_description()
|
/third_party/libinput/test/ |
D | test-gestures.c | 323 libinput_device_get_size(dev->libinput_device, &w, &h); in test_gesture_pinch_2fg() 683 libinput_device_get_size(dev->libinput_device, &w, &h); in test_gesture_spread()
|
D | test-device.c | 1598 rc = libinput_device_get_size(device, &w, &h); in START_TEST() 1614 rc = libinput_device_get_size(device, &w, &h); in START_TEST()
|
D | litest.h | 1272 rc = libinput_device_get_size(dev->libinput_device, &width, &height); in litest_has_palm_detect_size()
|
D | test-touchpad.c | 192 ck_assert_int_eq(libinput_device_get_size(dev->libinput_device, &w, &h), 0); in START_TEST() 420 ck_assert_int_eq(libinput_device_get_size(dev->libinput_device, in START_TEST() 749 rc = libinput_device_get_size(dev->libinput_device, &width, &height); in touchpad_has_horiz_edge_scroll_size() 903 ck_assert_int_eq(libinput_device_get_size(dev->libinput_device, in START_TEST() 1240 rc = libinput_device_get_size(dev->libinput_device, &width, &height); in touchpad_has_top_palm_detect_size() 5250 if (libinput_device_get_size(dev->libinput_device, &w, &h) != 0) in has_thumb_detect()
|
D | test-touchpad-buttons.c | 397 if (libinput_device_get_size(dev->libinput_device, &w, &h) == 0 && in START_TEST() 1100 if (libinput_device_get_size(dev->libinput_device, &w, &h) != 0) in START_TEST()
|
D | test-tablet.c | 1840 libinput_device_get_size (dev->libinput_device, in START_TEST()
|
/third_party/libinput/export_include/ |
D | libinput.h | 4294 libinput_device_get_size(struct libinput_device *device,
|