Lines Matching defs:dx1
877 int dx1, dy1;976 dx1 = 0;979 dx1 = (int16_t)(cur_x1 - sc->last_x1);982 dx1 = dx1 >> alps_touchpad_xy_unprecision;986 if (abs(dx1) < alps_touchpad_movement_threshold) {987 dx1 = 0;998 dx1 = 0;1005 dx1, dy1, 0, 0,1009 if (sc->initializing == true || (dx1 != 0))