Lines Matching defs:image
264 /* Allocate a buffer to store the temporary image. */
266 dev->image = malloc (dev->image_size);
267 if (dev->image == NULL)
316 if (dev->image)
318 free (dev->image);
981 /* Read the image from the scanner and fill the temporary buffer with it. */
988 unsigned char *image;
1040 image = dev->image + dev->image_end;
1043 NULL, 0, image, &size);
1057 unsigned char *src = image;
1110 memcpy (buf, dev->image + dev->image_begin, size);
1873 /* Fill image */