Searched refs:delegate_info (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | delegate.c | 274 static void *DestroyDelegate(void *delegate_info) in DestroyDelegate() argument 279 p=(DelegateInfo *) delegate_info; in DestroyDelegate() 1120 *delegate_info; in GetDelegateCommand() local 1132 delegate_info=GetDelegateInfo(decode,encode,exception); in GetDelegateCommand() 1133 if (delegate_info == (const DelegateInfo *) NULL) in GetDelegateCommand() 1139 commands=StringToList(delegate_info->commands); in GetDelegateCommand() 1183 MagickExport const char *GetDelegateCommands(const DelegateInfo *delegate_info) in GetDelegateCommands() argument 1187 assert(delegate_info != (DelegateInfo *) NULL); in GetDelegateCommands() 1188 assert(delegate_info->signature == MagickCoreSignature); in GetDelegateCommands() 1189 return(delegate_info->commands); in GetDelegateCommands() [all …]
|
D | constitute.c | 441 *delegate_info; in ReadImage() local 543 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage() 544 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage() 569 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage() 570 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage() 592 if (GetDelegateThreadSupport(delegate_info) == MagickFalse) in ReadImage() 593 LockSemaphoreInfo(delegate_info->semaphore); in ReadImage() 596 if (GetDelegateThreadSupport(delegate_info) == MagickFalse) in ReadImage() 597 UnlockSemaphoreInfo(delegate_info->semaphore); in ReadImage() 1093 *delegate_info; in WriteImage() local [all …]
|
D | image.c | 2888 *delegate_info; in SetImageInfo() local 2895 delegate_info=(const DelegateInfo *) NULL; in SetImageInfo() 2898 delegate_info=GetDelegateInfo(magic,"*",sans_exception); in SetImageInfo() 2899 if (delegate_info == (const DelegateInfo *) NULL) in SetImageInfo() 2900 delegate_info=GetDelegateInfo("*",magic,sans_exception); in SetImageInfo() 2901 if ((delegate_info == (const DelegateInfo *) NULL) && in SetImageInfo() 2912 (delegate_info != (const DelegateInfo *) NULL)) && in SetImageInfo()
|
/external/ImageMagick/coders/ |
D | xps.c | 146 *delegate_info; in ReadXPSImage() local 261 delegate_info=GetDelegateInfo("xps:color",(char *) NULL,exception); in ReadXPSImage() 262 if (delegate_info == (const DelegateInfo *) NULL) in ReadXPSImage() 305 GetDelegateCommands(delegate_info), in ReadXPSImage()
|
D | pcl.c | 162 *delegate_info; in ReadPCLImage() local 315 delegate_info=GetDelegateInfo("pcl:mono",(char *) NULL,exception); in ReadPCLImage() 318 delegate_info=GetDelegateInfo("pcl:cmyk",(char *) NULL,exception); in ReadPCLImage() 320 delegate_info=GetDelegateInfo("pcl:color",(char *) NULL,exception); in ReadPCLImage() 321 if (delegate_info == (const DelegateInfo *) NULL) in ReadPCLImage() 359 GetDelegateCommands(delegate_info), in ReadPCLImage()
|
D | ps.c | 544 *delegate_info; in ReadPSImage() local 718 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception); in ReadPSImage() 721 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception); in ReadPSImage() 723 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception); in ReadPSImage() 724 if (delegate_info == (const DelegateInfo *) NULL) in ReadPSImage() 769 GetDelegateCommands(delegate_info), in ReadPSImage()
|
D | pdf.c | 386 *delegate_info; in ReadPDFImage() local 561 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception); in ReadPDFImage() 564 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception); in ReadPDFImage() 566 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception); in ReadPDFImage() 567 if (delegate_info == (const DelegateInfo *) NULL) in ReadPDFImage() 636 GetDelegateCommands(delegate_info), in ReadPDFImage()
|
D | svg.c | 288 *delegate_info; in RenderSVGImage() local 302 delegate_info=GetDelegateInfo("svg:decode",(char *) NULL,exception); in RenderSVGImage() 303 if (delegate_info == (const DelegateInfo *) NULL) in RenderSVGImage() 320 GetDelegateCommands(delegate_info),input_filename,output_filename,density, in RenderSVGImage() 4053 *delegate_info; in TraceSVGImage() 4077 delegate_info=GetDelegateInfo((char *) NULL,"TRACE",exception); in TraceSVGImage() 4078 if (delegate_info != (DelegateInfo *) NULL) in TraceSVGImage()
|