Lines Matching defs:line
808 else if (s->params.depth == 1) /* line art or halftone */
908 DBG (1, "couldn't allocate memory for temp line buffer\n");
918 DBG (1, "couldn't allocate memory for line buffer pointers\n");
927 DBG (1, "couldn't allocate memory for line buffer %d\n",
947 /* get the red line info from r_buf_lines ago */
950 /* get the green line info from g_buf_lines ago */
956 /* get the red line info from r_buf_lines ago as a whole line */
980 /* insert the new line data at the end of our FIFO */
1406 data[55] = 0x00; /* buffer full line count */
1407 data[56] = 0x00; /* buffer full line count */
1408 data[57] = 0x00; /* buffer full line count */
1409 data[58] = 0x0a; /* buffer full line count */
1412 data[59] = 0x00; /* access line count */
1413 data[60] = 0x00; /* access line count */
1414 data[61] = 0x00; /* access line count */
1415 data[62] = 0x0a; /* access line count */
1421 /* scanner handles line offset fixup, 0 = driver handles */
1496 int line, i, loop, offset;
1500 for (line = 0; line < lines; line++)
1524 line, loop, i, offset, buf[i],
1593 /* after reading line of shading data, generate data for software */
1655 len = 3 * 5100; /* 1 line of data, 5100 pixels wide, RGB data */
1661 s->params.pixels_per_line = 600 * 8.5; /* ?this? or ?above line? */
1669 /* next line should use ARTEC_DATA_WHITE_SHADING_TRANS if using ADF */
2409 /* lineart line edge enhancement */
2611 /* ignore line comments and blank lines */
2621 DBG (50, "%s line: '%s', len = %lu\n", ARTEC_CONFIG_FILE, cp,
3222 /* SANE expects the last byte in a line to be padded if it's not */
3245 * line offsets from documentation.
3362 DBG (9, "%d pixels per line, %d bytes, %d lines high, xdpi = %d, "
3472 size_t line;
3579 for (line = 0; line < lread; line++)
3582 temp_buf + (line * s->params.bytes_per_line),
3620 for (line = 0; line < lread; line++)
3626 (line * s->params.bytes_per_line),
3632 (line * s->params.bytes_per_line));