Searched refs:cum_movement_x (Results 1 – 1 of 1) sorted by relevance
642 int cum_movement_x; /* cum. horizontal movement */ member1824 if ((abs(strokep->cum_movement_x) > atp_slide_min_movement) || in atp_advance_stroke_state()1951 strokep->cum_movement_x += strokep->movement_dx; in atp_compute_stroke_movement()1992 if (abs(strokep->cum_movement_x) < atp_slide_min_movement) in atp_is_horizontal_scroll()1996 return (abs(strokep->cum_movement_x / strokep->cum_movement_y) >= 4); in atp_is_horizontal_scroll()2004 if (strokep->cum_movement_x == 0) in atp_is_vertical_scroll()2006 return (abs(strokep->cum_movement_y / strokep->cum_movement_x) >= 4); in atp_is_vertical_scroll()2033 horizontal_scroll += strokep->cum_movement_x; in atp_reap_sibling_zombies()