Lines Matching defs:raster
1126 * The input line is 1 raster for each color. However
2170 int raster; /* current raster number in buffer */
2171 int line; /* line number for that raster */
2172 int color; /* color for that raster */
2195 for (raster = 0; raster < nb_rasters; raster++)
2199 * Find the color and the line which this raster belongs to.
2315 /* Copy the raster to the temporary image. */
2318 unsigned char *src = dev->buffer + raster * dev->raster_size;
2329 DBG (DBG_info, "raster=%d, line=%d, color=%d\n", dev->raster_num,
2335 /* This blue raster completes a new line */