Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmatrix.h30 **RelinquishMagickMatrix(double **,const size_t);
Ddistort.c555 matrix = RelinquishMagickMatrix(matrix, 3UL); in GenerateCoefficients()
600 matrix = RelinquishMagickMatrix(matrix, 3UL); in GenerateCoefficients()
669 matrix=RelinquishMagickMatrix(matrix,4UL); in GenerateCoefficients()
916 matrix = RelinquishMagickMatrix(matrix, 8UL); in GenerateCoefficients()
1002 matrix = RelinquishMagickMatrix(matrix, 4UL); in GenerateCoefficients()
1024 matrix = RelinquishMagickMatrix(matrix, 4UL); in GenerateCoefficients()
1145 matrix = RelinquishMagickMatrix(matrix, nterms); in GenerateCoefficients()
1167 matrix = RelinquishMagickMatrix(matrix, nterms); in GenerateCoefficients()
Dmatrix.c1067 MagickExport double **RelinquishMagickMatrix(double **matrix, in RelinquishMagickMatrix() function
Dmethods.h893 #define RelinquishMagickMatrix PrependMagickMethod(RelinquishMagickMatrix) macro