Searched refs:GetPixelReadMask (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | compare.c | 270 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 …]
|
D | signature.c | 528 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in SignatureImage()
|
D | composite.c | 652 if (GetPixelReadMask(source_image,p) <= (QuantumRange/2)) in CompositeImage() 733 if (GetPixelReadMask(source_image,p) <= (QuantumRange/2)) in CompositeImage()
|
D | pixel-accessor.h | 344 static inline Quantum GetPixelReadMask(const Image *magick_restrict image, in GetPixelReadMask() function
|
D | statistic.c | 2142 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in GetImageStatistics() 2306 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in GetImageStatistics()
|
D | identify.c | 183 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in GetLocationStatistics()
|
D | image.c | 1504 SetPixelGray(mask_image,GetPixelReadMask(image,p),q); in GetImageMask()
|
/external/ImageMagick/coders/ |
D | json.c | 371 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in GetLocationStatistics()
|
D | yaml.c | 373 if (GetPixelReadMask(image,p) <= (QuantumRange/2)) in GetLocationStatistics()
|