Lines Matching refs:second_mm
872 double first_mm, second_mm; /* movement since gesture start in mm */
918 second_mm = hypot(second_moved.x, second_moved.y);
925 if (first_mm < 1 && second_mm < 1)
932 finger_mm = second_mm;
935 thumb_mm = second_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;
1044 second_mm = hypot(second_moved.x, second_moved.y);
1045 if (second_mm < PINCH_DISAMBIGUATION_MOVE_THRESHOLD)