/external/ImageMagick/MagickCore/ |
delegate.h | 72 InvokeDelegate(ImageInfo *,Image *,const char *,const char *,ExceptionInfo *),
|
constitute.c | 535 status=InvokeDelegate(read_info,image,read_info->magick,(char *) NULL, [all...] |
methods.h | [all...] |
delegate.c | [all...] |
animate.c | 642 status=InvokeDelegate(resource_info->image_info,*image,"browse", [all...] |
display.c | [all...] |
/external/ImageMagick/coders/ |
mpeg.c | 209 (void) InvokeDelegate(read_info,image,"mpeg:decode",(char *) NULL,exception); 585 status=InvokeDelegate(write_info,coalesce_image,(char *) NULL,"mpeg:encode",
|
dng.c | 133 (void) InvokeDelegate(read_info,image,"dng:decode",(char *) NULL,exception);
|