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.h2104 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
2148 if ( isMultiFrame_ != CoderInfo::AnyMatch &&
2149 (( coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) ||
2150 ( !coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) )