Searched refs:TrueMatch (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/Magick++/tests/ |
D | coderInfo.cpp | 29 (( 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++/ |
D | CoderInfo.h | 25 TrueMatch, // match coder if true enumerator
|
D | STL.h | 2137 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) || 2143 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) || 2149 (( coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) ||
|
/external/ImageMagick/Magick++/fuzz/ |
D | encoder_list.cc | 19 …coderInfoList(&coderList, Magick::CoderInfo::TrueMatch, Magick::CoderInfo::AnyMatch, Magick::Coder… in main()
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 470 enumerations must be specified like "CoderInfo::TrueMatch" rather 471 than just "TrueMatch". Hopefully not a problem since this
|