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

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

Completed in 102 milliseconds