Lines Matching defs:lines
889 htole32a(&buf[20], s->params.lines);
1202 * scan more lines to compensate for the lines that will be removed from the scan
1208 unsigned int lines = s->params.lines + (2 * s->line_distance);
1216 lines);
1222 s->params.lines);
1315 s->params.lines =
1388 * Start line_distance lines earlier and add line_distance lines at the end
1415 * If (s->top + s->params.lines) is larger than the max scan area, reset
1416 * the number of scan lines:
1421 (s->params.lines + s->top)) {
1422 s->params.lines =
1446 return (s->params.lines > 0) ? SANE_STATUS_GOOD : SANE_STATUS_INVAL;
1896 * of dealing with colors... The red and blue scan lines are shifted
1897 * up or down by a certain number of lines relative to the green line.
1919 * lines, let's test if this is the case.
1943 /* copy the red information n lines back */
1961 /* copy the blue information n lines forward */
1990 * Strip the first and last n lines and limit to
1995 s->params.lines + s->line_distance)) {
2009 * lines up by one. There are 2*line_distance + 1
2084 "written %d lines after color shuffle\n",
2086 DBG(1, "lines requested: %d\n",
2087 s->params.lines);