Lines Matching refs:SANE_Int
62 SANE_Int width; /**< Image width */
63 SANE_Int white_level; /**< Desired white level */
65 SANE_Int white_count; /**< Number of white lines scanned */
66 SANE_Int black_count; /**< Number of black lines scanned */
69 SANE_Int min_clip_count; /**< Count of too low values */
70 SANE_Int max_clip_count; /**< Count of too high values */
79 SANE_Int dpi; /**< optical horizontal dpi used to
81 SANE_Int pixel_x0; /**< x start position used at calibration time */
101 gt68xx_calibrator_new (SANE_Int width,
102 SANE_Int white_level, GT68xx_Calibrator ** cal_return);
262 SANE_Int line; /**< Current line */
263 SANE_Int total_bytes; /**< Bytes already transmitted */
264 SANE_Int byte_count; /**< Bytes transmitted in this line */
270 SANE_Int bpp_list[5]; /**< */
271 SANE_Int *gamma_table; /**< Gray gamma table */
273 SANE_Int average_white; /**< For debugging brightness problems */
274 SANE_Int max_white;
275 SANE_Int min_black;