HomeSort by relevance Sort by last modified time
    Searched defs:next_image (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/coders/
pwp.c 132 *next_image,
224 next_image=ReadImage(read_info,exception);
225 if (next_image == (Image *) NULL)
227 (void) FormatLocaleString(next_image->filename,MagickPathExtent,
228 "slide_%02ld.sfw",(long) next_image->scene);
230 image=next_image;
237 next_image->previous=p;
238 next_image->scene=p->scene+1;
239 p->next=next_image;
242 if (next_image->scene >= (image_info->scene+image_info->number_scenes-1)
129 *next_image, local
    [all...]
vid.c 113 *next_image,
172 next_image=ReadImage(read_info,exception);
174 if (next_image == (Image *) NULL)
176 label=InterpretImageProperties((ImageInfo *) image_info,next_image,
178 (void) SetImageProperty(next_image,"label",label,exception);
182 "geometry: %.20gx%.20g",(double) next_image->columns,(double)
183 next_image->rows);
184 SetGeometry(next_image,&geometry);
187 thumbnail_image=ThumbnailImage(next_image,geometry.width,geometry.height,
191 next_image=DestroyImage(next_image)
110 *next_image, local
    [all...]
xps.c 122 *next_image;
340 next_image=SyncNextImageInList(image);
341 if (next_image != (Image *) NULL)
342 image=next_image;
343 } while (next_image != (Image *) NULL);
120 *next_image; local
pcl.c 170 *next_image;
388 next_image=SyncNextImageInList(image);
389 if (next_image != (Image *) NULL)
390 image=next_image;
391 } while (next_image != (Image *) NULL);
166 *next_image; local
psd.c 2648 *next_image; local
    [all...]
msl.c 3370 *next_image; local
    [all...]
png.c 7261 *next_image, local
12854 *next_image; local
    [all...]
  /external/ImageMagick/MagickCore/
display.c 13608 *next_image, local
    [all...]

Completed in 565 milliseconds