Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddelegate.c276 register DelegateInfo in DestroyDelegate()
279 p=(DelegateInfo *) delegate_info; in DestroyDelegate()
290 p=(DelegateInfo *) RelinquishMagickMemory(p); in DestroyDelegate()
1109 const DelegateInfo in GetDelegateCommand()
1123 if (delegate_info == (const DelegateInfo *) NULL) in GetDelegateCommand()
1173 MagickExport const char *GetDelegateCommands(const DelegateInfo *delegate_info) in GetDelegateCommands()
1177 assert(delegate_info != (DelegateInfo *) NULL); in GetDelegateCommands()
1211 MagickExport const DelegateInfo *GetDelegateInfo(const char *decode, in GetDelegateInfo()
1214 register const DelegateInfo in GetDelegateInfo()
1219 return((const DelegateInfo *) NULL); in GetDelegateInfo()
[all …]
Ddelegate.h49 } DelegateInfo; typedef
57 *GetDelegateCommands(const DelegateInfo *);
59 extern MagickExport const DelegateInfo
68 GetDelegateMode(const DelegateInfo *);
71 GetDelegateThreadSupport(const DelegateInfo *),
Dconstitute.c430 const DelegateInfo in ReadImage()
534 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage()
560 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage()
1046 const DelegateInfo in WriteImage()
1118 if ((delegate_info != (const DelegateInfo *) NULL) && in WriteImage()
1178 if (delegate_info != (DelegateInfo *) NULL) in WriteImage()
Dimage.c2902 const DelegateInfo in SetImageInfo()
2911 if (delegate_info == (const DelegateInfo *) NULL) in SetImageInfo()
2914 (delegate_info != (const DelegateInfo *) NULL)) && in SetImageInfo()
/external/ImageMagick/coders/
Dxps.c115 const DelegateInfo in ReadXPSImage()
275 if (delegate_info == (const DelegateInfo *) NULL) in ReadXPSImage()
Dpcl.c161 const DelegateInfo in ReadPCLImage()
321 if (delegate_info == (const DelegateInfo *) NULL) in ReadPCLImage()
Dps.c533 const DelegateInfo in ReadPSImage()
715 if (delegate_info == (const DelegateInfo *) NULL) in ReadPSImage()
Dsvg.c287 const DelegateInfo in RenderSVGImage()
303 if (delegate_info == (const DelegateInfo *) NULL) in RenderSVGImage()
3991 const DelegateInfo in TraceSVGImage()
4017 if (delegate_info != (DelegateInfo *) NULL) in TraceSVGImage()
Dpdf.c385 const DelegateInfo in ReadPDFImage()
567 if (delegate_info == (const DelegateInfo *) NULL) in ReadPDFImage()