Searched refs:CoderInfo (Results 1 – 14 of 14) sorted by relevance
/external/ImageMagick/Magick++/tests/ |
D | coderInfo.cpp | 17 int test( CoderInfo::MatchType isReadable_, in test() 18 CoderInfo::MatchType isWritable_, in test() 19 CoderInfo::MatchType isMultiFrame_ ) in test() 22 list<CoderInfo> coderList; in test() 24 list<CoderInfo>::iterator entry = coderList.begin(); in test() 28 if ( isReadable_ != CoderInfo::AnyMatch && in test() 29 (( entry->isReadable() && isReadable_ != CoderInfo::TrueMatch ) || in test() 30 ( !entry->isReadable() && isReadable_ != CoderInfo::FalseMatch )) ) in test() 42 if ( isWritable_ != CoderInfo::AnyMatch && in test() 43 (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) || in test() [all …]
|
/external/ImageMagick/Magick++/lib/ |
D | CoderInfo.cpp | 18 Magick::CoderInfo::CoderInfo(void) in CoderInfo() function in Magick::CoderInfo 31 Magick::CoderInfo::CoderInfo(const Magick::CoderInfo &coder_) in CoderInfo() function in Magick::CoderInfo 44 Magick::CoderInfo::CoderInfo(const std::string &name_) in CoderInfo() function in Magick::CoderInfo 83 Magick::CoderInfo::~CoderInfo(void) in ~CoderInfo() 87 Magick::CoderInfo& Magick::CoderInfo::operator=(const CoderInfo &coder_) in operator =() 105 bool Magick::CoderInfo::canReadMultithreaded(void) const in canReadMultithreaded() 110 bool Magick::CoderInfo::canWriteMultithreaded(void) const in canWriteMultithreaded() 115 std::string Magick::CoderInfo::description(void) const in description() 120 bool Magick::CoderInfo::isReadable(void) const in isReadable() 125 bool Magick::CoderInfo::isWritable(void) const in isWritable() [all …]
|
/external/ImageMagick/MagickCore/ |
D | coder.c | 128 register CoderInfo in DestroyCoderNode() 131 p=(CoderInfo *) coder_info; in DestroyCoderNode() 163 CoderInfo in AcquireCoderCache() 170 coder_info=(CoderInfo *) AcquireMagickMemory(sizeof(*coder_info)); in AcquireCoderCache() 171 if (coder_info == (CoderInfo *) NULL) in AcquireCoderCache() 271 MagickExport const CoderInfo *GetCoderInfo(const char *name, in GetCoderInfo() 276 return((const CoderInfo *) NULL); in GetCoderInfo() 278 return((const CoderInfo *) GetRootValueFromSplayTree(coder_cache)); in GetCoderInfo() 279 return((const CoderInfo *) GetValueFromSplayTree(coder_cache,name)); in GetCoderInfo() 311 const CoderInfo in CoderInfoCompare() [all …]
|
D | coder.h | 38 } CoderInfo; typedef 43 extern MagickExport const CoderInfo
|
D | static.c | 226 register const CoderInfo in RegisterStaticModule() 249 if (p != (CoderInfo *) NULL) in RegisterStaticModule()
|
D | module.c | 1240 register const CoderInfo in OpenModule() 1263 if (p != (CoderInfo *) NULL) in OpenModule()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | CoderInfo.h | 19 class MagickPPExport CoderInfo 30 CoderInfo(void); 33 CoderInfo(const CoderInfo &coder_); 36 CoderInfo(const std::string &name_); 39 ~CoderInfo(void); 42 CoderInfo& operator=(const CoderInfo &coder_);
|
D | STL.h | 2102 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch, 2103 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch, 2104 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch 2133 CoderInfo coderInfo( magick_info->name ); 2136 if ( isReadable_ != CoderInfo::AnyMatch && 2137 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) || 2138 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) ) 2142 if ( isWritable_ != CoderInfo::AnyMatch && 2143 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) || 2144 ( !coderInfo.isWritable() && isWritable_ != CoderInfo::FalseMatch )) ) [all …]
|
/external/ImageMagick/Magick++/fuzz/ |
D | encoder_list.cc | 18 std::list<Magick::CoderInfo> coderList; in main() 19 …coderInfoList(&coderList, Magick::CoderInfo::TrueMatch, Magick::CoderInfo::AnyMatch, Magick::Coder… in main() 54 for (std::list<Magick::CoderInfo>::iterator it = coderList.begin(); it != coderList.end(); it++) in main()
|
/external/ImageMagick/scripts/ |
D | Makefile.am | 87 Magick++/lib/CoderInfo.cpp \ 104 Magick++/lib/Magick++/CoderInfo.h \ 126 Magick++/lib/Magick++/CoderInfo.h \
|
/external/ImageMagick/Magick++/ |
D | Makefile.am | 76 Magick++/lib/CoderInfo.cpp \ 96 Magick++/lib/Magick++/CoderInfo.h \ 131 Magick++/lib/Magick++/CoderInfo.h \
|
D | NEWS | 60 * CoderInfo API change. MatchType is scoped to CoderInfo class. 99 * New class, CoderInfo, to return information for a specified image
|
D | ChangeLog | 135 * lib/CoderInfo.cpp (CoderInfo): Applied compilation fix from 466 * lib/Magick++/CoderInfo.h (MatchType): Scope the MatchType 467 enumeration to the CoderInfo class so these enumeration names can 470 enumerations must be specified like "CoderInfo::TrueMatch" rather 574 * lib/Magick++/CoderInfo.h (CoderInfo): Syntax fix. 644 obtaining format coder information (as a list of type CoderInfo). 646 * lib/CoderInfo.cpp (CoderInfo): New class to support obtaining
|
/external/ImageMagick/ |
D | Makefile.in | 385 Magick++/lib/libMagick___@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-CoderInfo.lo \ 2011 Magick++/lib/$(DEPDIR)/libMagick___@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-CoderInfo.Plo \ 2643 Magick++/lib/Magick++/CoderInfo.h \ 5374 Magick++/lib/CoderInfo.cpp \ 5394 Magick++/lib/Magick++/CoderInfo.h \ 5425 Magick++/lib/Magick++/CoderInfo.h \ 6090 Magick++/lib/libMagick___@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-CoderInfo.lo: \ 7694 …lib/$(DEPDIR)/libMagick___@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-CoderInfo.Plo@am__quote@ #… 10855 …/libMagick___@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-CoderInfo.lo: Magick++/lib/CoderInfo.cpp 10856 …CoderInfo.lo -MD -MP -MF Magick++/lib/$(DEPDIR)/libMagick___@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUF… [all …]
|