Home
last modified time | relevance | path

Searched refs:libinput_device_get_size (Results 1 - 13 of 13) sorted by relevance

/third_party/libinput/tools/
H A Dlibinput-list-devices.c316 if (libinput_device_get_size(dev, &w, &h) == 0) in print_device_notify()
H A Dlibinput-debug-tablet.c167 libinput_device_get_size(ctx->device, &w, &h); in print_state()
H A Dlibinput-debug-events.c300 if (libinput_device_get_size(dev, &w, &h) == 0) in print_device_notify()
H A Dlibinput-record.c1859 if (libinput_device_get_size(device, &w, &h) == 0) in print_libinput_description()
/third_party/libinput/test/
H A 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()
H A Dlitest.h1312 rc = libinput_device_get_size(dev->libinput_device, &width, &height); in litest_has_palm_detect_size()
H A Dtest-device.c1623 rc = libinput_device_get_size(device, &w, &h); in START_TEST()
1639 rc = libinput_device_get_size(device, &w, &h); in START_TEST()
H A Dtest-touchpad-buttons.c423 if (libinput_device_get_size(dev->libinput_device, &w, &h) == 0 && in START_TEST()
1126 if (libinput_device_get_size(dev->libinput_device, &w, &h) != 0) in START_TEST()
H A 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()
751 rc = libinput_device_get_size(dev->libinput_device, &width, &height); in touchpad_has_horiz_edge_scroll_size()
905 ck_assert_int_eq(libinput_device_get_size(dev->libinput_device, in START_TEST()
1242 rc = libinput_device_get_size(dev->libinput_device, &width, &height); in touchpad_has_top_palm_detect_size()
5335 if (libinput_device_get_size(dev->libinput_device, &w, &h) != 0) in has_thumb_detect()
H A Dtest-tablet.c1836 libinput_device_get_size (dev->libinput_device, in START_TEST()
/third_party/libinput/src/
H A Dlibinput.h4294 libinput_device_get_size(struct libinput_device *device,
H A Dlibinput.c3331 libinput_device_get_size(struct libinput_device *device, in libinput_device_get_size() function
/third_party/libinput/export_include/
H A Dlibinput.h4294 libinput_device_get_size(struct libinput_device *device,

Completed in 41 milliseconds