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() 1110 *delegate_info; in GetDelegateCommand() local 1122 delegate_info=GetDelegateInfo(decode,encode,exception); in GetDelegateCommand() 1123 if (delegate_info == (const DelegateInfo *) NULL) in GetDelegateCommand() 1129 commands=StringToList(delegate_info->commands); in GetDelegateCommand() 1173 MagickExport const char *GetDelegateCommands(const DelegateInfo *delegate_info) in GetDelegateCommands() argument 1177 assert(delegate_info != (DelegateInfo *) NULL); in GetDelegateCommands() 1178 assert(delegate_info->signature == MagickCoreSignature); in GetDelegateCommands() 1179 return(delegate_info->commands); in GetDelegateCommands() [all …]
|
D | constitute.c | 431 *delegate_info; in ReadImage() local 533 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage() 534 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage() 559 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage() 560 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage() 582 if (GetDelegateThreadSupport(delegate_info) == MagickFalse) in ReadImage() 583 LockSemaphoreInfo(delegate_info->semaphore); in ReadImage() 586 if (GetDelegateThreadSupport(delegate_info) == MagickFalse) in ReadImage() 587 UnlockSemaphoreInfo(delegate_info->semaphore); in ReadImage() 1047 *delegate_info; in WriteImage() local [all …]
|
D | image.c | 2903 *delegate_info; in SetImageInfo() local 2910 delegate_info=GetDelegateInfo(magic,"*",sans_exception); in SetImageInfo() 2911 if (delegate_info == (const DelegateInfo *) NULL) in SetImageInfo() 2912 delegate_info=GetDelegateInfo("*",magic,sans_exception); in SetImageInfo() 2914 (delegate_info != (const DelegateInfo *) NULL)) && in SetImageInfo()
|
/external/ImageMagick/coders/ |
D | xps.c | 116 *delegate_info; in ReadXPSImage() local 269 delegate_info=GetDelegateInfo("xps:mono",(char *) NULL,exception); in ReadXPSImage() 272 delegate_info=GetDelegateInfo("xps:cmyk",(char *) NULL,exception); in ReadXPSImage() 274 delegate_info=GetDelegateInfo("xps:color",(char *) NULL,exception); in ReadXPSImage() 275 if (delegate_info == (const DelegateInfo *) NULL) in ReadXPSImage() 311 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() 357 GetDelegateCommands(delegate_info), in ReadPCLImage()
|
D | ps.c | 534 *delegate_info; in ReadPSImage() local 709 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception); in ReadPSImage() 712 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception); in ReadPSImage() 714 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception); in ReadPSImage() 715 if (delegate_info == (const DelegateInfo *) NULL) in ReadPSImage() 758 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() 622 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() 319 GetDelegateCommands(delegate_info),input_filename,output_filename,density, in RenderSVGImage() 3992 *delegate_info; in TraceSVGImage() 4016 delegate_info=GetDelegateInfo((char *) NULL,"TRACE",exception); in TraceSVGImage() 4017 if (delegate_info != (DelegateInfo *) NULL) in TraceSVGImage()
|