Searched refs:CoderInfo (Results 1 – 13 of 13) sorted by relevance
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 …]
18 Magick::CoderInfo::CoderInfo(void) in CoderInfo() function in Magick::CoderInfo31 Magick::CoderInfo::CoderInfo(const Magick::CoderInfo &coder_) in CoderInfo() function in Magick::CoderInfo44 Magick::CoderInfo::CoderInfo(const std::string &name_) in CoderInfo() function in Magick::CoderInfo83 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 …]
306 register CoderInfo in DestroyCoderNode()309 p=(CoderInfo *) coder_info; in DestroyCoderNode()366 CoderInfo in AcquireCoderCache()373 coder_info=(CoderInfo *) AcquireMagickMemory(sizeof(*coder_info)); in AcquireCoderCache()374 if (coder_info == (CoderInfo *) NULL) in AcquireCoderCache()474 MagickExport const CoderInfo *GetCoderInfo(const char *name, in GetCoderInfo()477 const CoderInfo in GetCoderInfo()482 return((const CoderInfo *) NULL); in GetCoderInfo()487 coder_info=(const CoderInfo *) GetNextValueInSplayTree(coder_cache); in GetCoderInfo()491 coder_info=(const CoderInfo *) GetValueFromSplayTree(coder_cache,name); in GetCoderInfo()[all …]
38 } CoderInfo; typedef43 extern MagickExport const CoderInfo
1241 register const CoderInfo in OpenModule()1256 if (p != (CoderInfo *) NULL) in OpenModule()
19 class MagickPPExport CoderInfo30 CoderInfo(void);33 CoderInfo(const CoderInfo &coder_);36 CoderInfo(const std::string &name_);39 ~CoderInfo(void);42 CoderInfo& operator=(const CoderInfo &coder_);
2090 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,2091 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,2092 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch2121 CoderInfo coderInfo( magick_info->name );2124 if ( isReadable_ != CoderInfo::AnyMatch &&2125 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||2126 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )2130 if ( isWritable_ != CoderInfo::AnyMatch &&2131 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||2132 ( !coderInfo.isWritable() && isWritable_ != CoderInfo::FalseMatch )) )[all …]
87 Magick++/lib/CoderInfo.cpp \104 Magick++/lib/Magick++/CoderInfo.h \126 Magick++/lib/Magick++/CoderInfo.h \
76 Magick++/lib/CoderInfo.cpp \95 Magick++/lib/Magick++/CoderInfo.h \129 Magick++/lib/Magick++/CoderInfo.h \
27 lib/CoderInfo.cpp\
60 * CoderInfo API change. MatchType is scoped to CoderInfo class.99 * New class, CoderInfo, to return information for a specified image
131 * lib/CoderInfo.cpp (CoderInfo): Applied compilation fix from462 * lib/Magick++/CoderInfo.h (MatchType): Scope the MatchType463 enumeration to the CoderInfo class so these enumeration names can466 enumerations must be specified like "CoderInfo::TrueMatch" rather570 * lib/Magick++/CoderInfo.h (CoderInfo): Syntax fix.640 obtaining format coder information (as a list of type CoderInfo).642 * lib/CoderInfo.cpp (CoderInfo): New class to support obtaining
362 Magick++/lib/Magick___lib_libMagick___@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-CoderInfo.lo \2190 Magick++/lib/Magick++/CoderInfo.h \4751 Magick++/lib/CoderInfo.cpp \4770 Magick++/lib/Magick++/CoderInfo.h \4800 Magick++/lib/Magick++/CoderInfo.h \5398 Magick++/lib/Magick___lib_libMagick___@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-CoderInfo.lo: \7050 …IR)/Magick___lib_libMagick___@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-CoderInfo.Plo@am__quote@10172 …_libMagick___@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-CoderInfo.lo: Magick++/lib/CoderInfo.cpp10173 …CoderInfo.lo -MD -MP -MF Magick++/lib/$(DEPDIR)/Magick___lib_libMagick___@MAGICK_MAJOR_VERSION@_@M…10174 …CK_ABI_SUFFIX@_la-CoderInfo.Tpo Magick++/lib/$(DEPDIR)/Magick___lib_libMagick___@MAGICK_MAJOR_VERS…[all …]