/external/ImageMagick/MagickCore/ |
D | constitute.c | 347 (void) SetImageInfo(read_info,0,sans); in PingImages() 466 (void) SetImageInfo(read_info,0,exception); in ReadImage() 530 (void) SetImageInfo(read_info,0,exception); in ReadImage() 585 (void) SetImageInfo(read_info,0,exception); in ReadImage() 894 (void) SetImageInfo(read_info,0,sans); in ReadImages() 1070 (void) SetImageInfo(write_info,1,sans_exception); in WriteImage() 1336 (void) SetImageInfo(write_info,(unsigned int) GetImageListLength(images), in WriteImages()
|
D | image.h | 553 SetImageInfo(ImageInfo *,const unsigned int,ExceptionInfo *),
|
D | blob.c | 453 (void) SetImageInfo(blob_info,0,exception); in BlobToImage() 758 (void) SetImageInfo(blob_info,0,exception); in CustomStreamToImage() 1993 (void) SetImageInfo(blob_info,1,exception); in ImageToBlob() 2124 (void) SetImageInfo(clone_info,1,exception); in ImageToCustomStream() 2394 (void) SetImageInfo(clone_info,(unsigned int) GetImageListLength(images), in ImagesToBlob() 2532 (void) SetImageInfo(clone_info,(unsigned int) GetImageListLength(images), in ImagesToCustomStream() 3574 (void) SetImageInfo(ping_info,0,exception); in PingBlob()
|
D | token.c | 381 (void) SetImageInfo(image_info,0,exception); in GlobExpression()
|
D | methods.h | 893 #define SetImageInfo PrependMagickMethod(SetImageInfo) macro
|
D | delegate.c | 1764 (void) SetImageInfo(clone_info,(unsigned int) GetImageListLength(image), in InvokeDelegate()
|
D | stream.c | 1257 (void) SetImageInfo(write_info,1,stream_info->exception); in WriteStreamImage()
|
D | property.c | 4462 (void) SetImageInfo(image_info,1,exception); in SetImageProperty()
|
D | animate.c | 2952 (void) SetImageInfo(image_info,1,exception); in XSaveImage()
|
D | image.c | 2703 MagickExport MagickBooleanType SetImageInfo(ImageInfo *image_info, in SetImageInfo() function
|
/external/ImageMagick/coders/ |
D | thumbnail.c | 213 (void) SetImageInfo(write_info,1,exception); in WriteTHUMBNAILImage()
|
D | clip.c | 239 (void) SetImageInfo(write_info,1,exception); in WriteCLIPImage()
|
D | xtrn.c | 356 SetImageInfo(clone_info,1,exception); in WriteXTRNImage()
|
D | mask.c | 303 (void) SetImageInfo(write_info,1,exception); in WriteMASKImage()
|
D | vid.c | 341 (void) SetImageInfo(write_info,1,exception); in WriteVIDImage()
|
D | inline.c | 313 (void) SetImageInfo(write_info,1,exception); in WriteINLINEImage()
|
D | histogram.c | 376 (void) SetImageInfo(write_info,1,exception); in WriteHISTOGRAMImage()
|
/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 | 597 (void) SetImageInfo(image_info,1,exception); in DisplayImageCommand()
|
D | mogrify.c | 2471 (void) SetImageInfo(profile_info,0,exception); in MogrifyImage() 4985 (void) SetImageInfo(image_info,0,exception); in MogrifyImageCommand()
|
D | operation.c | 3005 (void) SetImageInfo(profile_info,0,_exception); in CLISimpleOperatorImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 2766 SetImageInfo(info->image_info,0,exception); in Average() 3656 SetImageInfo(info->image_info,0,exception); in ComplexImages() 4113 SetImageInfo(info->image_info,0,exception); in EvaluateImages() 4428 SetImageInfo(info->image_info,0,exception); in Flatten() 6987 SetImageInfo(package_info->image_info,(unsigned int) in ImageToBlob() 12156 SetImageInfo(info->image_info,0,exception); in Mosaic() 14957 SetImageInfo(package_info->image_info,(unsigned int) in Write()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1458 using MagickCore::SetImageInfo;
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 2763 SetImageInfo(info->image_info,0,exception); 3653 SetImageInfo(info->image_info,0,exception); 4110 SetImageInfo(info->image_info,0,exception); 4425 SetImageInfo(info->image_info,0,exception); 6986 SetImageInfo(package_info->image_info,(unsigned int) 12162 SetImageInfo(info->image_info,0,exception); 15075 SetImageInfo(package_info->image_info,(unsigned int)
|