Lines Matching refs:SANE_Int
108 SANE_Int xdpi_values[MAX_RESOLUTIONS]; /* possible x resolutions */
109 SANE_Int ydpi_values[MAX_RESOLUTIONS]; /* possible y resolutions */
111 SANE_Int max_xdpi; /* physical maximum x dpi */
112 SANE_Int max_ydpi; /* physical maximum y dpi */
113 SANE_Int min_ydpi; /* physical minimum y dpi */
126 SANE_Int ld_shift_r; /* red */
127 SANE_Int ld_shift_g; /* green */
128 SANE_Int ld_shift_b; /* blue */
131 SANE_Int sensor;
135 SANE_Int buttons; /* number of buttons for the scanner */
167 SANE_Int devnum;
171 SANE_Int sensor; /* sensor id */
179 SANE_Int left_offset; /* pixels to skip to be on left start of the scanning area */
180 SANE_Int top_offset; /* lines to skip to be at top of the scanning area */
183 SANE_Int red_gain;
184 SANE_Int green_gain;
185 SANE_Int blue_gain;
188 SANE_Int red_offset;
189 SANE_Int green_offset;
190 SANE_Int blue_offset;
194 SANE_Int xdpi;
195 SANE_Int ydpi;
199 SANE_Int lines; /* lines to scan */
200 SANE_Int pixels; /* width of scan area */
201 SANE_Int bytes_per_line; /* number of bytes per line */
202 SANE_Int xstart; /* x start coordinate */
203 SANE_Int ystart; /* y start coordinate */
206 SANE_Int lds_r;
207 SANE_Int lds_g;
208 SANE_Int lds_b;
211 SANE_Int threshold;
214 SANE_Int lds_max;
217 SANE_Int ripple;
220 SANE_Int reg_count;
230 SANE_Int data_size;
244 SANE_Int read;
249 SANE_Int to_read;
288 static SANE_Status rts8891_commit (SANE_Int devnum, SANE_Byte value);