Lines Matching defs:test_x
1740 int test_x, test_y;
1774 for (test_x = 10, test_y = 90;
1775 test_x <= 100;
1776 test_x += 10, test_y -= 10) {
1780 litest_tablet_motion(dev, test_x, test_y, axes);
2149 int test_x, test_y;
2163 for (test_x = 0, test_y = 100; test_x < 100; test_x += 10, test_y -= 10)
2164 litest_tablet_motion(dev, test_x, test_y, axes);
2177 for (test_x = 100, test_y = 0; test_x > 0; test_x -= 10, test_y += 10)
2178 litest_tablet_motion(dev, test_x, test_y, axes);