Home
last modified time | relevance | path

Searched refs:libinput_device_get_size (Results 1 – 14 of 14) sorted by relevance

/third_party/libinput/src/
Dlibinput.sym48 libinput_device_get_size;
Dlibinput.h4294 libinput_device_get_size(struct libinput_device *device,
Dlibinput.c3330 libinput_device_get_size(struct libinput_device *device, in libinput_device_get_size() function
/third_party/libinput/tools/
Dlibinput-list-devices.c302 if (libinput_device_get_size(dev, &w, &h) == 0) in print_device_notify()
Dlibinput-debug-tablet.c166 libinput_device_get_size(ctx->device, &w, &h); in print_state()
Dlibinput-debug-events.c292 if (libinput_device_get_size(dev, &w, &h) == 0) in print_device_notify()
Dlibinput-record.c1829 if (libinput_device_get_size(device, &w, &h) == 0) in print_libinput_description()
/third_party/libinput/test/
Dtest-gestures.c323 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()
Dtest-device.c1598 rc = libinput_device_get_size(device, &w, &h); in START_TEST()
1614 rc = libinput_device_get_size(device, &w, &h); in START_TEST()
Dlitest.h1272 rc = libinput_device_get_size(dev->libinput_device, &width, &height); in litest_has_palm_detect_size()
Dtest-touchpad.c192 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()
Dtest-touchpad-buttons.c397 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()
Dtest-tablet.c1840 libinput_device_get_size (dev->libinput_device, in START_TEST()
/third_party/libinput/export_include/
Dlibinput.h4294 libinput_device_get_size(struct libinput_device *device,