Searched refs:InvokeDelegate (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | delegate.h | 72 InvokeDelegate(ImageInfo *,Image *,const char *,const char *,ExceptionInfo *),
|
D | constitute.c | 594 status=InvokeDelegate(read_info,image,read_info->magick,(char *) NULL, in ReadImage() 1173 status=InvokeDelegate(write_info,image,image->magick, in WriteImage() 1232 status=InvokeDelegate(write_info,image,(char *) NULL, in WriteImage()
|
D | methods.h | 683 #define InvokeDelegate PrependMagickMethod(InvokeDelegate) macro
|
D | delegate.c | 1686 MagickExport MagickBooleanType InvokeDelegate(ImageInfo *image_info, in InvokeDelegate() function
|
D | animate.c | 636 status=InvokeDelegate(resource_info->image_info,*image,"browse", in XMagickCommand()
|
D | display.c | 8960 status=InvokeDelegate(image_info,*image,"edit",(char *) NULL, in XMagickCommand() 9248 status=InvokeDelegate(image_info,*image,"browse",(char *) NULL, in XMagickCommand()
|
/external/ImageMagick/coders/ |
D | video.c | 194 status=InvokeDelegate(read_info,image,"video:decode",(char *) NULL,exception); in ReadVIDEOImage() 615 status=InvokeDelegate(write_info,coalesce_image,(char *) NULL,"video:encode", in WriteVIDEOImage()
|
D | url.c | 163 status=InvokeDelegate(read_info,image,"https:decode",(char *) NULL, in ReadURLImage()
|
D | dng.c | 231 (void) InvokeDelegate(read_info,image,"dng:decode",(char *) NULL,exception); in InvokeDNGDelegate()
|