Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/tests/
DcoderInfo.cpp17 int test( CoderInfo::MatchType isReadable_, in test() argument
23 coderInfoList( &coderList, isReadable_, isWritable_, isMultiFrame_ ); in test()
28 if ( isReadable_ != CoderInfo::AnyMatch && in test()
29 (( entry->isReadable() && isReadable_ != CoderInfo::TrueMatch ) || in test()
30 ( !entry->isReadable() && isReadable_ != CoderInfo::FalseMatch )) ) in test()
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h2090 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,
2124 if ( isReadable_ != CoderInfo::AnyMatch &&
2125 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||
2126 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )