Lines Matching refs:dy
2245 sc->status.dy = 0;
2412 i = imax(imin(status->dy, 255), -256);
2423 i = imax(imin(status->dy, 255), -256);
2810 sc->status.dy = 0;
4007 int taphold_timeout, dx, dy, tap_max_delta; local
4011 dy = abs(smoother->queue[smoother->queue_cursor].y -
4016 tap_max_delta = imax(dx, dy);
4026 gest->zmax, dx, dy, tap_max_delta, gest->fingers_nb,
4030 dx <= tap_max_delta && dy <= tap_max_delta &&
4146 int dx, dy, dxp, dyp; local
4209 dx = dy = 0;
4229 dy = y0 - smoother->queue[cursor].y;
4244 smoother_id, cursor, x0, y0, dx, dy));
4311 (weight_current * dy * multiplicator +
4340 smoother_id, dx, dy, dxp, dyp));
5189 ms.dy = y;
5198 sc->status.dy += ms.dy;