Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dcompare.c290 PixelTrait reconstruct_traits = GetPixelChannelTraits(reconstruct_image, in CompareImages() local
293 (reconstruct_traits == UndefinedPixelTrait) || in CompareImages()
294 ((reconstruct_traits & UpdatePixelTrait) == 0)) in CompareImages()
450 PixelTrait reconstruct_traits = GetPixelChannelTraits(reconstruct_image, in GetAbsoluteDistortion() local
453 (reconstruct_traits == UndefinedPixelTrait) || in GetAbsoluteDistortion()
454 ((reconstruct_traits & UpdatePixelTrait) == 0)) in GetAbsoluteDistortion()
563 PixelTrait reconstruct_traits = GetPixelChannelTraits(reconstruct_image, in GetFuzzDistortion() local
566 (reconstruct_traits == UndefinedPixelTrait) || in GetFuzzDistortion()
567 ((reconstruct_traits & UpdatePixelTrait) == 0)) in GetFuzzDistortion()
678 PixelTrait reconstruct_traits = GetPixelChannelTraits(reconstruct_image, in GetMeanAbsoluteDistortion() local
[all …]