Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/tests/
DcoderInfo.cpp57 (( entry->isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) || in test()
58 ( !entry->isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) ) in test()
63 << static_cast<int>(entry->isMultiFrame()) in test()
/external/ImageMagick/Magick++/lib/Magick++/
DCoderInfo.h54 bool isMultiFrame(void) const;
DSTL.h2137 (( coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) ||
2138 ( !coderInfo.isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) )
/external/ImageMagick/Magick++/lib/
DCoderInfo.cpp130 bool Magick::CoderInfo::isMultiFrame(void) const in isMultiFrame() function in Magick::CoderInfo