Lines Matching refs:lines
380 #define INQUIRY_NUM_LINES 46 /* number of scan lines (AGFA) */
538 pss->lines =
540 /* effective buffer size must be a whole number of scan lines */
541 if (pss->lines)
545 pss->bytes_remaining = pss->bytes_per_line * (pss->lines + pss->chroma);
591 "%s: number of scan lines = %lu\n",
593 (u_long) pss->lines);
595 "%s: effective buffer size = %lu bytes, %lu lines\n",
598 (u_long) (pss->lines ? pss->buf_sz / pss->lines : 0));
1578 DBG (DL_MAJOR_ERROR, "%s: reading calibration data (%d lines)\n", me, num_lines);
1880 * correct number of scan lines for calibration thanks to Mikko Ty���vi