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

  /external/ImageMagick/Magick++/tests/
coderInfo.cpp 29 (( entry->isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||
43 (( entry->isWritable() && isWritable_ != CoderInfo::TrueMatch ) ||
57 (( entry->isMultiFrame() && isMultiFrame_ != CoderInfo::TrueMatch ) ||
107 failures += test(CoderInfo::TrueMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch);
110 failures += test(CoderInfo::AnyMatch,CoderInfo::TrueMatch,CoderInfo::AnyMatch);
113 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::TrueMatch);
  /external/ImageMagick/Magick++/lib/Magick++/
CoderInfo.h 25 TrueMatch, // match coder if true
STL.h     [all...]

Completed in 59 milliseconds