Home
last modified time | relevance | path

Searched refs:InvokeDelegate (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
Ddelegate.h72 InvokeDelegate(ImageInfo *,Image *,const char *,const char *,ExceptionInfo *),
Dconstitute.c594 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()
Dmethods.h683 #define InvokeDelegate PrependMagickMethod(InvokeDelegate) macro
Ddelegate.c1686 MagickExport MagickBooleanType InvokeDelegate(ImageInfo *image_info, in InvokeDelegate() function
Danimate.c636 status=InvokeDelegate(resource_info->image_info,*image,"browse", in XMagickCommand()
Ddisplay.c8960 status=InvokeDelegate(image_info,*image,"edit",(char *) NULL, in XMagickCommand()
9248 status=InvokeDelegate(image_info,*image,"browse",(char *) NULL, in XMagickCommand()
/external/ImageMagick/coders/
Dvideo.c194 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()
Durl.c163 status=InvokeDelegate(read_info,image,"https:decode",(char *) NULL, in ReadURLImage()
Ddng.c231 (void) InvokeDelegate(read_info,image,"dng:decode",(char *) NULL,exception); in InvokeDNGDelegate()