Home
last modified time | relevance | path

Searched refs:libwacom_get_height (Results 1 – 5 of 5) sorted by relevance

/dports/x11/libwacom/libwacom-1.5/libwacom/
H A Dlibwacom.sym20 libwacom_get_height;
H A Dlibwacom.h463 int libwacom_get_height(const WacomDevice *device);
H A Dlibwacom.c817 dprintf(fd, "Height=%d\n", libwacom_get_height(device)); in libwacom_print_device_description()
1008 libwacom_get_height(const WacomDevice *device) in libwacom_get_height() function
/dports/x11/libwacom/libwacom-1.5/test/
H A Dtest-load.c129 g_assert_cmpint(libwacom_get_height(device), ==, 5); in test_intuos4()
H A Dtest-tablet-validity.c227 g_assert_cmpint(libwacom_get_height(device), >, 0); in test_dimensions()