Lines Matching defs:steps
2239 int steps)
2245 steps);
2369 int steps)
2375 steps);
2384 int steps)
2388 for (int i = 1; i < steps; i++) {
2390 x_from + (x_to - x_from)/steps * i,
2391 y_from + (y_to - y_from)/steps * i,
2589 int steps)
2593 for (int i = 1; i < steps; i++) {
2595 litest_touch_move(d, 0, x0 + dx / steps * i,
2596 y0 + dy / steps * i);
2597 litest_touch_move(d, 1, x1 + dx / steps * i,
2598 y1 + dy / steps * i);
2616 int steps)
2620 for (int i = 1; i <= steps; i++) {
2621 double step_x = dx / steps * i;
2622 double step_y = dy / steps * i;
2701 int steps)
2705 for (int i = 0; i < steps - 1; i++) {
2707 x_from + (x_to - x_from)/steps * i,
2708 y_from + (y_to - y_from)/steps * i);
2721 int steps)
2725 for (int i = 0; i < steps - 1; i++) {
2727 litest_hover_move(d, 0, x0 + dx / steps * i,
2728 y0 + dy / steps * i);
2729 litest_hover_move(d, 1, x1 + dx / steps * i,
2730 y1 + dy / steps * i);