Lines Matching refs:dxp
3799 int dxp, dyp; local
3930 dxp = -1;
3945 dxp = abs(x0 - start_x);
3949 dxp >= sc->syninfo.vscroll_min_delta ||
3961 dxp ? 1 : 0;
3984 (dxp > dyp) ? 2 : 1;
3999 gest->in_vscroll, dxp, dyp,
4146 int dx, dy, dxp, dyp; local
4283 dxp = abs(x0 - smoother->queue[peer].x) + 1;
4285 len = (dxp * dxp) + (dyp * dyp);
4291 len = (dxp + dyp) / 2;
4322 dxp = smoother->squelch_x / (div_x * multiplicator);
4335 *x += dxp;
4340 smoother_id, dx, dy, dxp, dyp));
4353 if (dxp != 0) {
4355 ms->button |= (dxp > 0) ?
4358 ms->button |= (dxp > 0) ?