Lines Matching defs:move
1615 // scan with no move
1730 unsigned move = static_cast<unsigned>(
1732 scanner_move(dev, dev.model->default_method, move, Direction::FORWARD);
1949 float move = 0;
1953 move = (dev.model->y_offset_calib_white * (dev.motor.base_ydpi)) / MM_PER_INCH;
1954 scanner_move(dev, dev.model->default_method, static_cast<unsigned>(move),
1965 move = dev.model->y_offset_calib_white;
1966 move = static_cast<float>((move * (dev.motor.base_ydpi / 4)) / MM_PER_INCH);
1967 if (move > 20) {
1968 scanner_move(dev, dev.model->default_method, static_cast<unsigned>(move),
2170 if (move > 20) {
3934 /* Fast move to scan area:
3936 We don't move fast the whole distance since it would involve computing
3938 scan makes the final move tuning
3990 /* move to calibration area for transparency adapter */
5443 dev->interface = std::move(interface);
5832 dev->calibration_cache = std::move(new_calibration);