Home
last modified time | relevance | path

Searched refs:delegate_info (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
Ddelegate.c274 static void *DestroyDelegate(void *delegate_info) in DestroyDelegate() argument
279 p=(DelegateInfo *) delegate_info; in DestroyDelegate()
1080 *delegate_info; in GetDelegateCommand() local
1092 delegate_info=GetDelegateInfo(decode,encode,exception); in GetDelegateCommand()
1093 if (delegate_info == (const DelegateInfo *) NULL) in GetDelegateCommand()
1099 commands=StringToList(delegate_info->commands); in GetDelegateCommand()
1143 MagickExport const char *GetDelegateCommands(const DelegateInfo *delegate_info) in GetDelegateCommands() argument
1147 assert(delegate_info != (DelegateInfo *) NULL); in GetDelegateCommands()
1148 assert(delegate_info->signature == MagickCoreSignature); in GetDelegateCommands()
1149 return(delegate_info->commands); in GetDelegateCommands()
[all …]
Dconstitute.c427 *delegate_info; in ReadImage() local
527 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage()
528 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage()
553 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception); in ReadImage()
554 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage()
576 if (GetDelegateThreadSupport(delegate_info) == MagickFalse) in ReadImage()
577 LockSemaphoreInfo(delegate_info->semaphore); in ReadImage()
580 if (GetDelegateThreadSupport(delegate_info) == MagickFalse) in ReadImage()
581 UnlockSemaphoreInfo(delegate_info->semaphore); in ReadImage()
1037 *delegate_info; in WriteImage() local
[all …]
Dimage.c2896 *delegate_info; in SetImageInfo() local
2903 delegate_info=GetDelegateInfo(magic,"*",sans_exception); in SetImageInfo()
2904 if (delegate_info == (const DelegateInfo *) NULL) in SetImageInfo()
2905 delegate_info=GetDelegateInfo("*",magic,sans_exception); in SetImageInfo()
2907 (delegate_info != (const DelegateInfo *) NULL)) && in SetImageInfo()
/external/ImageMagick/coders/
Dxps.c116 *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()
Dpcl.c162 *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()
354 GetDelegateCommands(delegate_info), in ReadPCLImage()
Dps.c434 *delegate_info; in ReadPSImage() local
787 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception); in ReadPSImage()
790 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception); in ReadPSImage()
792 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception); in ReadPSImage()
793 if (delegate_info == (const DelegateInfo *) NULL) in ReadPSImage()
835 GetDelegateCommands(delegate_info), in ReadPSImage()
Dpdf.c401 *delegate_info; in ReadPDFImage() local
696 delegate_info=GetDelegateInfo("ps:mono",(char *) NULL,exception); in ReadPDFImage()
699 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception); in ReadPDFImage()
701 delegate_info=GetDelegateInfo("ps:alpha",(char *) NULL,exception); in ReadPDFImage()
702 if (delegate_info == (const DelegateInfo *) NULL) in ReadPDFImage()
756 GetDelegateCommands(delegate_info), in ReadPDFImage()
Dsvg.c287 *delegate_info; in RenderSVGImage() local
301 delegate_info=GetDelegateInfo("svg:decode",(char *) NULL,exception); in RenderSVGImage()
302 if (delegate_info == (const DelegateInfo *) NULL) in RenderSVGImage()
318 GetDelegateCommands(delegate_info),input_filename,output_filename,density, in RenderSVGImage()