Home
last modified time | relevance | path

Searched refs:nstrips (Results 1 – 4 of 4) sorted by relevance

/third_party/libinput/test/
Dtest-pad.c496 int nstrips; in START_TEST() local
498 nstrips = libinput_device_tablet_pad_get_num_strips(device); in START_TEST()
499 ck_assert_int_ge(nstrips, 1); in START_TEST()
784 int ngroups, nbuttons, nrings, nstrips; in START_TEST() local
792 nstrips = libinput_device_tablet_pad_get_num_strips(device); in START_TEST()
808 for (s = 0; s < nstrips; s++) { in START_TEST()
843 int ngroups, nbuttons, nrings, nstrips; in START_TEST() local
852 nstrips = libinput_device_tablet_pad_get_num_strips(device); in START_TEST()
870 nstrips); in START_TEST()
873 nstrips + 1); in START_TEST()
/third_party/libinput/tools/
Dlibinput-list-devices.c248 int nbuttons, nrings, nstrips, ngroups, nmodes; in print_pad_info() local
253 nstrips = libinput_device_tablet_pad_get_num_strips(device); in print_pad_info()
261 printf(" Strips: %d\n", nstrips); in print_pad_info()
Dlibinput-debug-events.c231 int nbuttons, nstrips, nrings, ngroups; in print_device_options() local
234 nstrips = libinput_device_tablet_pad_get_num_strips(dev); in print_device_options()
240 nstrips, in print_device_options()
/third_party/libinput/src/
Devdev-tablet-pad.c795 int nstrips = 0; in evdev_device_tablet_pad_get_num_strips() local
801 nstrips++; in evdev_device_tablet_pad_get_num_strips()
805 nstrips++; in evdev_device_tablet_pad_get_num_strips()
808 return nstrips; in evdev_device_tablet_pad_get_num_strips()