Lines Matching defs:invert
97 % const MagickBooleanType invert,ExceptionInfo *exception)
109 % o invert: paint any pixel that does not match the target color.
116 const ssize_t y_offset,const MagickBooleanType invert,
253 if (IsFuzzyEquivalencePixelInfo(&pixel,target) == invert)
286 if (IsFuzzyEquivalencePixelInfo(&pixel,target) == invert)
315 if (IsFuzzyEquivalencePixelInfo(&pixel,target) != invert)
897 % const PixelInfo *fill,const MagickBooleanType invert,
908 % o invert: paint any pixel that does not match the target color.
914 const PixelInfo *target,const PixelInfo *fill,const MagickBooleanType invert,
980 if (IsFuzzyEquivalencePixelInfo(&pixel,&conform_target) != invert)
1029 % const MagickBooleanType invert,ExceptionInfo *exception)
1039 % o invert: paint any pixel that does not match the target color.
1045 const PixelInfo *target,const Quantum opacity,const MagickBooleanType invert,
1108 if (IsFuzzyEquivalencePixelInfo(&pixel,target) != invert)
1158 % const MagickBooleanType invert,ExceptionInfo *exception)
1170 % o invert: paint any pixel that does not match the target color.
1177 const MagickBooleanType invert,ExceptionInfo *exception)
1243 if (match != invert)