Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/tests/
DcoderInfo.cpp18 CoderInfo::MatchType isWritable_, in test() argument
23 coderInfoList( &coderList, isReadable_, isWritable_, isMultiFrame_ ); in test()
42 if ( isWritable_ != CoderInfo::AnyMatch && in test()
43 (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) || in test()
44 ( !entry->isWritable() && isWritable_ != CoderInfo::FalseMatch )) ) in test()
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h2103 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
2142 if ( isWritable_ != CoderInfo::AnyMatch &&
2143 (( coderInfo.isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||
2144 ( !coderInfo.isWritable() && isWritable_ != CoderInfo::FalseMatch )) )