Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmatrix.h30 **RelinquishMagickMatrix(double **,const size_t);
Ddistort.c552 matrix = RelinquishMagickMatrix(matrix, 3UL); in GenerateCoefficients()
597 matrix = RelinquishMagickMatrix(matrix, 3UL); in GenerateCoefficients()
833 matrix = RelinquishMagickMatrix(matrix, 8UL); in GenerateCoefficients()
919 matrix = RelinquishMagickMatrix(matrix, 4UL); in GenerateCoefficients()
941 matrix = RelinquishMagickMatrix(matrix, 4UL); in GenerateCoefficients()
1062 matrix = RelinquishMagickMatrix(matrix, nterms); in GenerateCoefficients()
1084 matrix = RelinquishMagickMatrix(matrix, nterms); in GenerateCoefficients()
Dmatrix.c1065 MagickExport double **RelinquishMagickMatrix(double **matrix, in RelinquishMagickMatrix() function