Lines Matching refs:first_mm
696 double first_mm;
709 first_mm = hypot(first_moved.x, first_moved.y);
711 if (first_mm < HOLD_AND_MOTION_THRESHOLD) {
872 double first_mm, second_mm; /* movement since gesture start in mm */
879 first_mm = hypot(first_moved.x, first_moved.y);
885 is_hold_and_motion = (first_mm < HOLD_AND_MOTION_THRESHOLD);
925 if (first_mm < 1 && second_mm < 1)
931 thumb_mm = first_mm;
936 finger_mm = first_mm;
957 if (first_mm >= max_move || second_mm >= max_move) {
994 if ((first_mm < min_move) || (second_mm < min_move))
1031 double first_mm, second_mm;
1039 first_mm = hypot(first_moved.x, first_moved.y);
1040 if (first_mm < PINCH_DISAMBIGUATION_MOVE_THRESHOLD)