Home
last modified time | relevance | path

Searched refs:GetPixelReadMask (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
Dcompare.c270 if ((GetPixelReadMask(image,p) <= (QuantumRange/2)) || in CompareImages()
271 (GetPixelReadMask(reconstruct_image,q) <= (QuantumRange/2))) in CompareImages()
432 if ((GetPixelReadMask(image,p) <= (QuantumRange/2)) || in GetAbsoluteDistortion()
433 (GetPixelReadMask(reconstruct_image,q) <= (QuantumRange/2))) in GetAbsoluteDistortion()
547 if ((GetPixelReadMask(image,p) <= (QuantumRange/2)) || in GetFuzzDistortion()
548 (GetPixelReadMask(reconstruct_image,q) <= (QuantumRange/2))) in GetFuzzDistortion()
662 if ((GetPixelReadMask(image,p) <= (QuantumRange/2)) || in GetMeanAbsoluteDistortion()
663 (GetPixelReadMask(reconstruct_image,q) <= (QuantumRange/2))) in GetMeanAbsoluteDistortion()
767 if ((GetPixelReadMask(image,p) <= (QuantumRange/2)) || in GetMeanErrorPerPixel()
768 (GetPixelReadMask(reconstruct_image,q) <= (QuantumRange/2))) in GetMeanErrorPerPixel()
[all …]
Dsignature.c528 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in SignatureImage()
Dcomposite.c652 if (GetPixelReadMask(source_image,p) <= (QuantumRange/2)) in CompositeImage()
733 if (GetPixelReadMask(source_image,p) <= (QuantumRange/2)) in CompositeImage()
Dpixel-accessor.h344 static inline Quantum GetPixelReadMask(const Image *magick_restrict image, in GetPixelReadMask() function
Dstatistic.c2142 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in GetImageStatistics()
2306 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in GetImageStatistics()
Didentify.c183 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in GetLocationStatistics()
Dimage.c1504 SetPixelGray(mask_image,GetPixelReadMask(image,p),q); in GetImageMask()
/external/ImageMagick/coders/
Djson.c371 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in GetLocationStatistics()
Dyaml.c373 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in GetLocationStatistics()