Home
last modified time | relevance | path

Searched refs:FalseMatch (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/tests/
DcoderInfo.cpp30 ( !entry->isReadable() && isReadable_ != CoderInfo::FalseMatch )) ) in test()
44 ( !entry->isWritable() && isWritable_ != CoderInfo::FalseMatch )) ) in test()
58 ( !entry->isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) ) in test()
105 failures += test(CoderInfo::FalseMatch,CoderInfo::FalseMatch,CoderInfo::FalseMatch); in main()
108 failures += test(CoderInfo::FalseMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch); in main()
111 failures += test(CoderInfo::AnyMatch,CoderInfo::FalseMatch,CoderInfo::AnyMatch); in main()
114 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::FalseMatch); in main()
/external/ImageMagick/Magick++/lib/Magick++/
DCoderInfo.h26 FalseMatch // match coder if false enumerator
DSTL.h2138 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )
2144 ( !coderInfo.isWritable() && isWritable_ != CoderInfo::FalseMatch )) )
2150 ( !coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) )