Lines Matching defs:distance
1174 distance;
1210 distance = libinput_event_tablet_tool_get_distance(tablet_event);
1211 litest_assert_double_ne(distance, 0);
1287 distance = libinput_event_tablet_tool_get_distance(
1289 litest_assert_double_eq(distance, last_distance);
3592 double pressure, distance;
3607 distance = libinput_event_tablet_tool_get_distance(tev);
3610 ck_assert_double_eq(distance, 0.0);
3622 distance = libinput_event_tablet_tool_get_distance(tev);
3625 ck_assert_double_eq(distance, 0.0);
3926 * in for the no-distance tablets */
4130 /* Tablet without distance: offset takes effect on third prox-in */
4217 int distance;
4224 for (distance = 0; distance <= 100; distance += 10) {
4225 litest_axis_set_value(axes, ABS_DISTANCE, distance);
6197 /* Tests for pressure offset with distance */
6205 /* Tests for pressure offset without distance */