Home
last modified time | relevance | path

Searched refs:CoderInfo (Results 1 – 13 of 13) sorted by relevance

/external/ImageMagick/Magick++/tests/
DcoderInfo.cpp17 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/
DCoderInfo.cpp18 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/
Dcoder.c306 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 …]
Dcoder.h38 } CoderInfo; typedef
43 extern MagickExport const CoderInfo
Dmodule.c1241 register const CoderInfo in OpenModule()
1256 if (p != (CoderInfo *) NULL) in OpenModule()
/external/ImageMagick/Magick++/lib/Magick++/
DCoderInfo.h19 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_);
DSTL.h2090 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,
2091 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
2092 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
2121 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 …]
/external/ImageMagick/scripts/
DMakefile.am87 Magick++/lib/CoderInfo.cpp \
104 Magick++/lib/Magick++/CoderInfo.h \
126 Magick++/lib/Magick++/CoderInfo.h \
/external/ImageMagick/Magick++/
DMakefile.am76 Magick++/lib/CoderInfo.cpp \
95 Magick++/lib/Magick++/CoderInfo.h \
129 Magick++/lib/Magick++/CoderInfo.h \
DAndroid.mk27 lib/CoderInfo.cpp\
DNEWS60 * CoderInfo API change. MatchType is scoped to CoderInfo class.
99 * New class, CoderInfo, to return information for a specified image
DChangeLog131 * lib/CoderInfo.cpp (CoderInfo): Applied compilation fix from
462 * lib/Magick++/CoderInfo.h (MatchType): Scope the MatchType
463 enumeration to the CoderInfo class so these enumeration names can
466 enumerations must be specified like "CoderInfo::TrueMatch" rather
570 * 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
/external/ImageMagick/
DMakefile.in362 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.cpp
10173CoderInfo.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 …]