Searched refs:ImageToFile (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | blob.h | 66 ImageToFile(Image *,char *,ExceptionInfo *),
|
D | constitute.c | 510 status=ImageToFile(image,read_info->filename,exception); in ReadImage() 1241 status=ImageToFile(image,write_info->filename,exception); in WriteImage()
|
D | methods.h | 593 #define ImageToFile PrependMagickMethod(ImageToFile) macro
|
D | image.c | 2974 status=ImageToFile(image,component,exception); in SetImageInfo()
|
D | blob.c | 2246 MagickExport MagickBooleanType ImageToFile(Image *image,char *filename, in ImageToFile() function
|
/external/ImageMagick/coders/ |
D | fax.c | 159 if (ImageToFile(image,filename,exception) == MagickFalse) in FaxReadG4()
|
D | ttf.c | 257 (void) ImageToFile(image,draw_info->font,exception); in ReadTTFImage()
|
D | exr.c | 200 (void) ImageToFile(image,read_info->filename,exception); in ReadEXRImage()
|