Home
last modified time | relevance | path

Searched refs:isMultiFrame_ (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/tests/
DcoderInfo.cpp19 CoderInfo::MatchType isMultiFrame_ ) in test() argument
23 coderInfoList( &coderList, isReadable_, isWritable_, isMultiFrame_ ); in test()
56 if ( isMultiFrame_ != CoderInfo::AnyMatch && in test()
57 (( entry->isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) || in test()
58 ( !entry->isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) ) in test()
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h2092 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
2136 if ( isMultiFrame_ != CoderInfo::AnyMatch &&
2137 (( coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) ||
2138 ( !coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) )