Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddistort.c2926 distort_method; in SparseColorImage() local
2928 distort_method=(DistortMethod) method; in SparseColorImage()
2929 if ( distort_method >= SentinelDistortion ) in SparseColorImage()
2930 distort_method = ShepardsDistortion; /* Pretend to be Shepards */ in SparseColorImage()
2931 coeff = GenerateCoefficients(image, &distort_method, number_arguments, in SparseColorImage()
2941 sparse_method = (SparseColorMethod) distort_method; in SparseColorImage()
2942 if ( distort_method == ShepardsDistortion ) in SparseColorImage()