Lines Matching defs:raster
1132 * funnier, the rasters are shifted. The format of those raster is:
1154 int raster; /* current raster number in buffer */
1155 int line; /* line number for that raster */
1156 int color = -1; /* color for that raster */
1176 for (raster = 0; raster < nb_rasters; raster++)
1180 * Find the color to which this raster belongs to.
1246 /* Copy the raster to the temporary image. */
1249 unsigned char *src = dev->buffer + raster * dev->raster_size;
1263 DBG (DBG_info, "raster=%d, line=%d, color=%d\n", dev->raster_num,
1268 /* This raster completes a new line */
1341 /* Always read a multiple of a raster. */
1379 * raster size. */