HomeSort by relevance Sort by last modified time
    Searched refs:FalseMatch (Results 1 - 3 of 3) sorted by null

  /external/ImageMagick/Magick++/tests/
coderInfo.cpp 30 ( !entry->isReadable() && isReadable_ != CoderInfo::FalseMatch )) )
44 ( !entry->isWritable() && isWritable_ != CoderInfo::FalseMatch )) )
58 ( !entry->isMultiFrame() && isMultiFrame_ != CoderInfo::FalseMatch )) )
105 failures += test(CoderInfo::FalseMatch,CoderInfo::FalseMatch,CoderInfo::FalseMatch);
108 failures += test(CoderInfo::FalseMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch);
111 failures += test(CoderInfo::AnyMatch,CoderInfo::FalseMatch,CoderInfo::AnyMatch);
114 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::FalseMatch);
  /external/ImageMagick/Magick++/lib/Magick++/
CoderInfo.h 26 FalseMatch // match coder if false
STL.h     [all...]

Completed in 239 milliseconds