Lines Matching defs:line
110 /** Add a white calibration line to the calibrator.
112 * This function should be called after scanning each white calibration line.
113 * The line width must be equal to the value passed to gt68xx_calibrator_new().
116 * @param line Pointer to the line data.
119 * - #SANE_STATUS_GOOD - the line data was processed successfully.
123 unsigned int *line);
140 /** Add a black calibration line to the calibrator.
142 * This function should be called after scanning each black calibration line.
143 * The line width must be equal to the value passed to gt68xx_calibrator_new().
146 * @param line Pointer to the line data.
149 * - #SANE_STATUS_GOOD - the line data was processed successfully.
153 unsigned int *line);
182 /** Process the image line through the calibrator.
185 * The image line is modified in place.
188 * @param line Pointer to the image line data.
191 * - #SANE_STATUS_GOOD - the image line was processed successfully.
194 gt68xx_calibrator_process_line (GT68xx_Calibrator * cal, unsigned int *line);
262 SANE_Int line; /**< Current line */
264 SANE_Int byte_count; /**< Bytes transmitted in this line */
330 /** Read one image line from the scanner.