Searched refs:tl_x_ranges (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | sharp.c | 1241 dev->info.tl_x_ranges[mode].min = 0; in get_max_scan_size() 1242 dev->info.tl_x_ranges[mode].max = SANE_FIX(PIX_TO_MM( in get_max_scan_size() 1245 dev->info.tl_x_ranges[mode].quant = 0; in get_max_scan_size() 1424 dev->info.tl_x_ranges[SCAN_SIMPLE].min = SANE_FIX(0); in attach() 1428 dev->info.tl_x_ranges[SCAN_SIMPLE].quant = SANE_FIX(0); in attach() 1435 dev->info.tl_x_ranges[SCAN_SIMPLE].max = SANE_FIX(209); in attach() 1452 dev->info.tl_x_ranges[SCAN_SIMPLE].max = SANE_FIX(303); /* 304.8mm is the real max */ in attach() 1467 dev->info.tl_x_ranges[SCAN_SIMPLE].max = SANE_FIX(212); in attach() 1556 DBG (5, "tl_x_range[0].max=%f\n", SANE_UNFIX(dev->info.tl_x_ranges[SCAN_SIMPLE].max)); in attach() 1557 DBG (5, "tl_x_range[0].min=%f\n", SANE_UNFIX(dev->info.tl_x_ranges[SCAN_SIMPL in attach() [all...] |
H A D | nec.c | 1128 dev->info.tl_x_ranges[SCAN_SIMPLE].min = SANE_FIX(0); in attach() 1132 dev->info.tl_x_ranges[SCAN_SIMPLE].quant = SANE_FIX(0); in attach() 1141 dev->info.tl_x_ranges[SCAN_SIMPLE].max = SANE_FIX(209); in attach() 1156 dev->info.tl_x_ranges[SCAN_SIMPLE].max = SANE_FIX(210); /* 304.8mm is the real max */ in attach() 1169 dev->info.tl_x_ranges[SCAN_SIMPLE].max = SANE_FIX(210); /* 304.8mm is the real max */ in attach() 1196 DBG (5, "tl_x_range[0].max=%f\n", SANE_UNFIX(dev->info.tl_x_ranges[SCAN_SIMPLE].max)); in attach() 1197 DBG (5, "tl_x_range[0].min=%f\n", SANE_UNFIX(dev->info.tl_x_ranges[SCAN_SIMPLE].min)); in attach() 1198 DBG (5, "tl_x_range[0].quant=%d\n", dev->info.tl_x_ranges[SCAN_SIMPLE].quant); in attach() 1212 DBG (5, "tl_x_range[1].max=%f\n", SANE_UNFIX(dev->info.tl_x_ranges[SCAN_WITH_FSU].max)); in attach() 1213 DBG (5, "tl_x_range[1].min=%f\n", SANE_UNFIX(dev->info.tl_x_ranges[SCAN_WITH_FS in attach() [all...] |
H A D | sharp.h | 169 SANE_Range tl_x_ranges[3]; /* normal / FSU / ADF */ member
|
H A D | nec.h | 168 SANE_Range tl_x_ranges[3]; /* normal / FSU / ADF */ member
|
Completed in 7 milliseconds