Lines Matching defs:image
319 if (dev->image)
321 free (dev->image);
1139 * dev->buffer and write the output in dev->image. size_in the the
1239 /* Adjust the line number relative to the image. */
1246 /* Copy the raster to the temporary image. */
1250 unsigned char *dest = dev->image + offset + color;
1259 assert (dest <= (dev->image + dev->image_size + 2));
1279 /* Read the image from the scanner and fill the temporary buffer with it. */
1286 unsigned char *image;
1295 * in image, so we copy the biggest possible.
1299 memmove (dev->image, dev->image + dev->image_begin, dev->raster_ahead);
1362 image = dev->buffer;
1366 image = dev->image + dev->image_end;
1370 NULL, 0, image, &size);
1391 /* Already in dev->image. */
1425 unsigned char *src = dev->image + dev->image_begin;
1459 memcpy (buf, dev->image + dev->image_begin, size);
2020 /* Compute the length necessary in image. The first part will store
2030 dev->image = malloc (dev->image_size);
2031 if (dev->image == NULL)
2114 /* Fill image */