Searched refs:pixel_x0 (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/backend/ |
H A D | gt68xx_generic.c | 221 SANE_Int pixel_x0, pixel_y0, pixel_xs, pixel_ys; in gt68xx_generic_setup_scan() local 368 pixel_x0 = SANE_UNFIX (x0) * xdpi / MM_PER_INCH + 0.5; in gt68xx_generic_setup_scan() 377 DBG (6, "gt68xx_generic_setup_scan: pixel_x0=%d, pixel_y0=%d\n", in gt68xx_generic_setup_scan() 378 pixel_x0, pixel_y0); in gt68xx_generic_setup_scan() 438 abs_x0 = pixel_x0 * base_xdpi / xdpi; in gt68xx_generic_setup_scan() 636 params->pixel_x0 = pixel_x0; in gt68xx_generic_setup_scan()
|
H A D | gt68xx_high.h | 81 SANE_Int pixel_x0; /**< x start position used at calibration time */ member
|
H A D | gt68xx_high.c | 2243 scanner->calibrations[i].pixel_x0 = params.pixel_x0; in gt68xx_sheetfed_scanner_calibrate() 2395 "gt68xx_assign_calibration: using scan_parameters: pixel_x0=%d, pixel_xs=%d \n", in gt68xx_assign_calibration() 2396 params.pixel_x0, params.pixel_xs); in gt68xx_assign_calibration() 2409 offset = params.pixel_x0 - scanner->calibrations[i].pixel_x0; in gt68xx_assign_calibration() 2577 fwrite (&(scanner->calibrations[i].pixel_x0), sizeof (SANE_Int), 1, in gt68xx_write_calibration() 2680 fread (&(scanner->calibrations[i].pixel_x0), sizeof (SANE_Int), 1, in gt68xx_read_calibration()
|
H A D | artec_eplus48u.c | 1152 SANE_Int pixel_x0, pixel_y0, pixel_xs, pixel_ys; in artec48u_setup_scan() local 1180 pixel_x0 = 0; in artec48u_setup_scan() 1192 pixel_x0 = 0; in artec48u_setup_scan() 1204 pixel_x0 = 0; in artec48u_setup_scan() 1215 pixel_x0 = 0; in artec48u_setup_scan() 1231 pixel_x0 = SANE_UNFIX (x0) * xdpi / MM_PER_INCH + 0.5; in artec48u_setup_scan() 1245 XDBG ((6, "%s: pixel_x0=%d, pixel_y0=%d\n", function_name, in artec48u_setup_scan() 1246 pixel_x0, pixel_y0)); in artec48u_setup_scan() 1271 abs_x0 = pixel_x0 * base_xdpi / xdpi; in artec48u_setup_scan() 1379 artec48u_calculate_shading_buffer (s, pixel_x0, pixel_x in artec48u_setup_scan() [all...] |
H A D | gt68xx_low.h | 591 SANE_Int pixel_x0; /**< x start position */ member
|
Completed in 9 milliseconds