Searched refs:RelinquishMagickMatrix (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | matrix.h | 30 **RelinquishMagickMatrix(double **,const size_t);
|
D | distort.c | 555 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()
|
D | matrix.c | 1067 MagickExport double **RelinquishMagickMatrix(double **matrix, in RelinquishMagickMatrix() function
|
D | methods.h | 893 #define RelinquishMagickMatrix PrependMagickMethod(RelinquishMagickMatrix) macro
|