/external/ImageMagick/MagickCore/ |
D | constitute.c | 361 (void) SetImageInfo(read_info,0,sans); in PingImages() 480 (void) SetImageInfo(read_info,0,exception); in ReadImage() 546 (void) SetImageInfo(read_info,0,exception); in ReadImage() 601 (void) SetImageInfo(read_info,0,exception); in ReadImage() 932 (void) SetImageInfo(read_info,0,sans); in ReadImages() 1126 (void) SetImageInfo(write_info,1,sans_exception); in WriteImage() 1398 (void) SetImageInfo(write_info,(unsigned int) GetImageListLength(images), in WriteImages()
|
D | image.h | 540 SetImageInfo(ImageInfo *,const unsigned int,ExceptionInfo *),
|
D | token.c | 390 (void) SetImageInfo(image_info,0,exception); in GlobExpression()
|
D | blob.c | 454 (void) SetImageInfo(blob_info,0,exception); in BlobToImage() 800 (void) SetImageInfo(blob_info,0,exception); in CustomStreamToImage() 2046 (void) SetImageInfo(blob_info,1,exception); in ImageToBlob() 2177 (void) SetImageInfo(clone_info,1,exception); in ImageToCustomStream() 2445 (void) SetImageInfo(clone_info,(unsigned int) GetImageListLength(images), in ImagesToBlob() 2583 (void) SetImageInfo(clone_info,(unsigned int) GetImageListLength(images), in ImagesToCustomStream() 3626 (void) SetImageInfo(ping_info,0,exception); in PingBlob()
|
D | methods.h | 995 #define SetImageInfo PrependMagickMethod(SetImageInfo) macro
|
D | delegate.c | 1804 (void) SetImageInfo(clone_info,(unsigned int) GetImageListLength(image), in InvokeDelegate()
|
D | stream.c | 1295 (void) SetImageInfo(write_info,1,stream_info->exception); in WriteStreamImage()
|
D | property.c | 4587 (void) SetImageInfo(image_info,1,exception); in SetImageProperty()
|
D | animate.c | 2960 (void) SetImageInfo(image_info,1,exception); in XSaveImage()
|
D | image.c | 2773 MagickExport MagickBooleanType SetImageInfo(ImageInfo *image_info, in SetImageInfo() function
|
/external/ImageMagick/coders/ |
D | thumbnail.c | 214 (void) SetImageInfo(write_info,1,exception); in WriteTHUMBNAILImage()
|
D | clip.c | 239 (void) SetImageInfo(write_info,1,exception); in WriteCLIPImage()
|
D | mask.c | 303 (void) SetImageInfo(write_info,1,exception); in WriteMASKImage()
|
D | xtrn.c | 356 SetImageInfo(clone_info,1,exception); in WriteXTRNImage()
|
D | vid.c | 344 (void) SetImageInfo(write_info,1,exception); in WriteVIDImage()
|
D | inline.c | 313 (void) SetImageInfo(write_info,1,exception); in WriteINLINEImage()
|
D | histogram.c | 380 (void) SetImageInfo(write_info,1,exception); in WriteHISTOGRAMImage()
|
D | ashlar.c | 674 (void) SetImageInfo(write_info,1,exception); in WriteASHLARImage()
|
/external/ImageMagick/ |
D | Magickshr.opt | 88 symbol_vector=(SetImageInfo=PROCEDURE)
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 400 SetImageInfo(_imageInfo,1,exceptionInfo); in magick()
|
/external/ImageMagick/MagickWand/ |
D | display.c | 578 (void) SetImageInfo(image_info,1,exception); in DisplayImageCommand()
|
D | mogrify.c | 2563 (void) SetImageInfo(profile_info,0,exception); in MogrifyImage() 5108 (void) SetImageInfo(image_info,0,exception); in MogrifyImageCommand()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 2781 SetImageInfo(info->image_info,0,exception); in Average() 3671 SetImageInfo(info->image_info,0,exception); in ComplexImages() 4128 SetImageInfo(info->image_info,0,exception); in EvaluateImages() 4443 SetImageInfo(info->image_info,0,exception); in Flatten() 7025 SetImageInfo(package_info->image_info,(unsigned int) in ImageToBlob() 12288 SetImageInfo(info->image_info,0,exception); in Mosaic() 15089 SetImageInfo(package_info->image_info,(unsigned int) in Write()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1487 using MagickCore::SetImageInfo;
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 2778 SetImageInfo(info->image_info,0,exception); 3668 SetImageInfo(info->image_info,0,exception); 4125 SetImageInfo(info->image_info,0,exception); 4440 SetImageInfo(info->image_info,0,exception); 7024 SetImageInfo(package_info->image_info,(unsigned int) 12294 SetImageInfo(info->image_info,0,exception); 15207 SetImageInfo(package_info->image_info,(unsigned int)
|