Home
last modified time | relevance | path

Searched refs:TrueMatch (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/tests/
DcoderInfo.cpp29 (( entry->isReadable() && isReadable_ != CoderInfo::TrueMatch ) || in test()
43 (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) || in test()
57 (( entry->isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) || in test()
107 failures += test(CoderInfo::TrueMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch); in main()
110 failures += test(CoderInfo::AnyMatch,CoderInfo::TrueMatch,CoderInfo::AnyMatch); in main()
113 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::TrueMatch); in main()
/external/ImageMagick/Magick++/lib/Magick++/
DCoderInfo.h25 TrueMatch, // match coder if true enumerator
DSTL.h2125 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||
2131 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||
2137 (( coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) ||
/external/ImageMagick/Magick++/
DChangeLog466 enumerations must be specified like "CoderInfo::TrueMatch" rather
467 than just "TrueMatch". Hopefully not a problem since this