Searched refs:cum_movement_y (Results 1 – 1 of 1) sorted by relevance
643 int cum_movement_y; /* cum. vertical movement */ member1825 (abs(strokep->cum_movement_y) > atp_slide_min_movement)) in atp_advance_stroke_state()1952 strokep->cum_movement_y += strokep->movement_dy; in atp_compute_stroke_movement()1994 if (strokep->cum_movement_y == 0) in atp_is_horizontal_scroll()1996 return (abs(strokep->cum_movement_x / strokep->cum_movement_y) >= 4); in atp_is_horizontal_scroll()2002 if (abs(strokep->cum_movement_y) < atp_slide_min_movement) in atp_is_vertical_scroll()2006 return (abs(strokep->cum_movement_y / strokep->cum_movement_x) >= 4); in atp_is_vertical_scroll()