Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddelegate.c261 register DelegateInfo in DestroyDelegate()
264 p=(DelegateInfo *) delegate_info; in DestroyDelegate()
275 p=(DelegateInfo *) RelinquishMagickMemory(p); in DestroyDelegate()
1057 const DelegateInfo in GetDelegateCommand()
1071 if (delegate_info == (const DelegateInfo *) NULL) in GetDelegateCommand()
1121 MagickExport const char *GetDelegateCommands(const DelegateInfo *delegate_info) in GetDelegateCommands()
1125 assert(delegate_info != (DelegateInfo *) NULL); in GetDelegateCommands()
1159 MagickExport const DelegateInfo *GetDelegateInfo(const char *decode, in GetDelegateInfo()
1162 register const DelegateInfo in GetDelegateInfo()
1167 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.c368 const DelegateInfo in ReadImage()
483 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage()
506 if (delegate_info == (const DelegateInfo *) NULL) in ReadImage()
967 const DelegateInfo in WriteImage()
1049 if ((delegate_info != (const DelegateInfo *) NULL) && in WriteImage()
1107 if (delegate_info != (DelegateInfo *) NULL) in WriteImage()
Dimage.c2683 const DelegateInfo in SetImageInfo()
2692 if (delegate_info == (const DelegateInfo *) NULL) in SetImageInfo()
2695 (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.c431 const DelegateInfo in ReadPSImage()
859 if (delegate_info == (const DelegateInfo *) NULL) in ReadPSImage()
Dpdf.c398 const DelegateInfo in ReadPDFImage()
700 if (delegate_info == (const DelegateInfo *) NULL) in ReadPDFImage()
Dsvg.c2847 const DelegateInfo in ReadSVGImage()
2851 if (delegate_info != (const DelegateInfo *) NULL) in ReadSVGImage()