Home
last modified time | relevance | path

Searched refs:libwacom_stylus_has_eraser (Results 1 – 7 of 7) sorted by relevance

/dports/x11/libwacom/libwacom-1.5/test/
H A Dtest-stylus-validity.c98 g_assert_true(libwacom_stylus_has_eraser(stylus)); in test_has_eraser()
127 g_assert_false(libwacom_stylus_has_eraser(stylus)); in test_eraser_link()
142 libwacom_stylus_has_eraser(*s)) { in test_eraser_link()
431 if (libwacom_stylus_has_eraser(stylus)) in setup_tests()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/wacom/
H A Dcc-wacom-tool.c264 if (!libwacom_stylus_has_eraser (wstylus)) { in get_icon_name_from_type()
308 return libwacom_stylus_has_eraser (tool->wstylus); in cc_wacom_tool_get_has_eraser()
/dports/x11/libwacom/libwacom-1.5/libwacom/
H A Dlibwacom.sym65 libwacom_stylus_has_eraser;
H A Dlibwacom.h641 int libwacom_stylus_has_eraser (const WacomStylus *stylus);
H A Dlibwacom.c1228 libwacom_stylus_has_eraser (const WacomStylus *stylus) in libwacom_stylus_has_eraser() function
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/wacom/
H A Dcsd-wacom-device.c145 if (!libwacom_stylus_has_eraser (wstylus)) { in get_icon_name_from_type()
190 stylus->priv->has_eraser = libwacom_stylus_has_eraser (wstylus); in csd_wacom_stylus_new()
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/wacom/
H A Dcsd-wacom-device.c161 stylus->priv->has_eraser = libwacom_stylus_has_eraser (wstylus); in csd_wacom_stylus_new()