Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddistort.c3079 distort_method; in SparseColorImage() local
3081 distort_method=(DistortMethod) method; in SparseColorImage()
3082 if ( distort_method >= SentinelDistortion ) in SparseColorImage()
3083 distort_method = ShepardsDistortion; /* Pretend to be Shepards */ in SparseColorImage()
3084 coeff = GenerateCoefficients(image, &distort_method, number_arguments, in SparseColorImage()
3094 sparse_method = (SparseColorMethod) distort_method; in SparseColorImage()
3095 if ( distort_method == ShepardsDistortion ) in SparseColorImage()