/third_party/backends/backend/genesys/ |
H A D | tables_model.cpp | 87 { ScanMethod::FLATBED }, in genesys_init_usb_device_tables() 136 { ScanMethod::FLATBED }, in genesys_init_usb_device_tables() 193 { ScanMethod::FLATBED }, in genesys_init_usb_device_tables() 243 { ScanMethod::FLATBED }, in genesys_init_usb_device_tables() 294 { ScanMethod::FLATBED }, in genesys_init_usb_device_tables() 345 { ScanMethod::FLATBED }, in genesys_init_usb_device_tables() 397 { ScanMethod::FLATBED }, in genesys_init_usb_device_tables() 467 { ScanMethod::FLATBED }, in genesys_init_usb_device_tables() 537 { ScanMethod::FLATBED }, in genesys_init_usb_device_tables() 603 { ScanMethod::FLATBED }, in genesys_init_usb_device_tables() [all...] |
H A D | tables_motor.cpp | 349 profile.scan_methods = { ScanMethod::FLATBED }; in genesys_init_motor_tables() 380 profile.scan_methods = { ScanMethod::FLATBED }; in genesys_init_motor_tables() 388 profile.scan_methods = { ScanMethod::FLATBED }; in genesys_init_motor_tables() 396 profile.scan_methods = { ScanMethod::FLATBED }; in genesys_init_motor_tables()
|
H A D | genesys.h | 210 ScanMethod scan_method = ScanMethod::FLATBED;
|
H A D | tables_sensor.cpp | 1565 { { 100 }, 600, 100, 8016, ScanMethod::FLATBED, Ratio{1, 8}, 1, in genesys_init_sensor_tables() 1567 { { 150 }, 600, 150, 8016, ScanMethod::FLATBED, Ratio{1, 8}, 1, in genesys_init_sensor_tables() 1569 { { 200 }, 600, 200, 8016, ScanMethod::FLATBED, Ratio{1, 8}, 2, in genesys_init_sensor_tables() 1571 { { 300 }, 600, 300, 8016, ScanMethod::FLATBED, Ratio{1, 8}, 3, in genesys_init_sensor_tables() 1573 { { 400 }, 600, 400, 8016, ScanMethod::FLATBED, Ratio{1, 8}, 4, in genesys_init_sensor_tables() 1575 { { 600 }, 600, 600, 8016, ScanMethod::FLATBED, Ratio{1, 8}, 7, in genesys_init_sensor_tables() 1577 { { 1200 }, 1200, 1200, 56064, ScanMethod::FLATBED, Ratio{1, 4}, 14, in genesys_init_sensor_tables() 1579 { { 2400 }, 2400, 2400, 56064, ScanMethod::FLATBED, Ratio{1, 2}, 29, in genesys_init_sensor_tables() 1581 { { 4800 }, 4800, 4800, 42752, ScanMethod::FLATBED, Ratio{1, 1}, 58, in genesys_init_sensor_tables() 1701 { { 100 }, 600, 100, 8016, ScanMethod::FLATBED, Rati in genesys_init_sensor_tables() [all...] |
H A D | device.h | 121 ScanMethod default_method = ScanMethod::FLATBED;
|
H A D | enums.h | 31 FLATBED = 0, member in genesys::ScanMethod 41 case ScanMethod::FLATBED: out << "FLATBED"; return out; in operator <<()
|
H A D | enums.cpp | 32 case ScanMethod::FLATBED: return STR_FLATBED; in scan_method_to_option_string() 42 return ScanMethod::FLATBED; in option_string_to_scan_method()
|
H A D | settings.h | 33 ScanMethod scan_method = ScanMethod::FLATBED;
|
H A D | gl646.cpp | 1838 dev->settings.scan_method == ScanMethod::FLATBED; in needs_home_before_init_regs_for_scan() 2078 ScanMethod::FLATBED); in ad_fe_offset_calibration() 2193 ScanMethod::FLATBED); in offset_calibration() 2335 ScanMethod::FLATBED); in coarse_gain_calibration() 2339 if (dev->settings.scan_method == ScanMethod::FLATBED) { in coarse_gain_calibration() 2944 if (settings.scan_method == ScanMethod::FLATBED) { in calculate_scan_session()
|
H A D | sensor.h | 250 ScanMethod method = ScanMethod::FLATBED;
|
H A D | gl847.cpp | 227 3, ScanMethod::FLATBED); in gl847_init_registers()
|
H A D | gl124.cpp | 348 3, ScanMethod::FLATBED); in gl124_init_registers()
|
H A D | low.cpp | 1861 && (dev->settings.scan_method == ScanMethod::FLATBED)) in sanei_genesys_is_compatible_calibration()
|
H A D | genesys.cpp | 746 dev.model->default_method == ScanMethod::FLATBED; in scanner_move() 1455 dev.settings.scan_method == ScanMethod::FLATBED) in scanner_offset_calibration() 4481 if (s.scan_method == ScanMethod::FLATBED) in set_xy_range_option_values()
|
/third_party/backends/backend/ |
H A D | hs2p.h | 77 { FLATBED = 0x00, SIMPLEX, DUPLEX }; enumerator
|
H A D | hs2p.c | 1417 dev->info.default_media = FLATBED; in attach() 2985 mode = FLATBED; in sane_start() 3118 if (mode != FLATBED) in sane_start()
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | session_config_test.cpp | 50 genesys::ScanMethod method = genesys::ScanMethod::FLATBED;
|