Lines Matching refs:SANE_Int
141 SANE_Int pattern_count;
154 SANE_Int max_x; /* pixels */
155 SANE_Int max_y; /* pixels */
158 SANE_Int cont_settings;
159 SANE_Int exp_settings;
161 SANE_Int base_resolution; /* dpi, guessed by backend, per model code */
174 SANE_Int max_lookup_size; /* max. size of gamma LUT */
175 SANE_Int max_gamma_bit_depth; /* max. bits of a gamma LUT element */
176 SANE_Int gamma_size; /* size (bytes) of each LUT element */
196 /* SANE_Int contrast_vals; rolled into cont_settings */
197 SANE_Int min_contrast;
198 SANE_Int max_contrast;
199 /* SANE_Int exposure_vals; rolled into exp_settings */
200 SANE_Int min_exposure;
201 SANE_Int max_exposure;
261 /* SANE_Int gamma_table[4][256];*/
262 SANE_Int *gray_lut;
263 SANE_Int *red_lut;
264 SANE_Int *green_lut;
265 SANE_Int *blue_lut;
280 SANE_Int paper_length; /* whatever unit */
291 SANE_Int bits_per_color;
292 SANE_Int gamma_entries;
293 SANE_Int gamma_entry_size;
294 SANE_Int gamma_bit_depth;
295 /* SANE_Int gamma_max_entry;*/
303 SANE_Int x1; /* in 'units' */
304 SANE_Int y1;
305 SANE_Int x2;
306 SANE_Int y2;
311 SANE_Int mode;
319 SANE_Int resolution;
334 SANE_Int line_format; /* specify how we need to repackage scanlines */
336 SANE_Int pixel_bpl; /* bytes per line, pixels */
337 SANE_Int header_bpl; /* bytes per line, headers */
338 SANE_Int ppl; /* pixels per line */
339 SANE_Int planes; /* color planes */
343 SANE_Int dest_pixel_bpl;
344 SANE_Int dest_ppl;
346 SANE_Int unscanned_lines; /* lines still to be read from scanner */
347 SANE_Int undelivered_bytes; /* bytes still to be returned to frontend */
348 SANE_Int max_scsi_lines; /* max number of lines that fit in SCSI buffer */