Lines Matching defs:image
337 /* Allocate a buffer to store the temporary image. */
339 dev->image = malloc (dev->image_size);
340 if (dev->image == NULL)
389 if (dev->image)
391 free (dev->image);
1276 /* Read the image from the scanner and fill the temporary buffer with it. */
1283 unsigned char *image;
1331 image = dev->image + dev->image_end;
1334 NULL, 0, image, &size);
1355 unsigned char *src = image;
1411 unsigned char *src = dev->image + dev->image_begin;
1425 memcpy (buf, dev->image + dev->image_begin, size);
2122 /* Fill image */