Lines Matching defs:raster
374 * resolution used. The format of those raster is:
386 int raster; /* current raster number in buffer */
387 int line; /* line number for that raster */
388 int colour; /* colour for that raster */
408 for (raster = 0; raster < nb_rasters; raster++)
412 * Find the color to which this raster belongs to.
489 /* Copy the raster to the temporary image. */
492 unsigned char *src = dev->buffer + raster * dev->raster_size;
505 /* This blue raster completes a new line */