Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/tests/
DcoderInfo.cpp28 if ( isReadable_ != CoderInfo::AnyMatch && in test()
42 if ( isWritable_ != CoderInfo::AnyMatch && in test()
56 if ( isMultiFrame_ != CoderInfo::AnyMatch && in test()
104 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch); in main()
107 failures += test(CoderInfo::TrueMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch); in main()
108 failures += test(CoderInfo::FalseMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch); in main()
110 failures += test(CoderInfo::AnyMatch,CoderInfo::TrueMatch,CoderInfo::AnyMatch); in main()
111 failures += test(CoderInfo::AnyMatch,CoderInfo::FalseMatch,CoderInfo::AnyMatch); in main()
113 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::TrueMatch); in main()
114 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::FalseMatch); in main()
/external/ImageMagick/Magick++/fuzz/
Dencoder_list.cc19 …coderList, Magick::CoderInfo::TrueMatch, Magick::CoderInfo::AnyMatch, Magick::CoderInfo::AnyMatch); in main()
/external/ImageMagick/Magick++/lib/Magick++/
DCoderInfo.h24 AnyMatch, // match any coder enumerator
DSTL.h2102 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,
2103 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
2104 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
2136 if ( isReadable_ != CoderInfo::AnyMatch &&
2142 if ( isWritable_ != CoderInfo::AnyMatch &&
2148 if ( isMultiFrame_ != CoderInfo::AnyMatch &&