Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmatrix.h29 **AcquireMagickMatrix(const size_t,const size_t),
Ddistort.c548 matrix = AcquireMagickMatrix(3UL,3UL); in GenerateCoefficients()
799 matrix = AcquireMagickMatrix(8UL,8UL); in GenerateCoefficients()
915 matrix = AcquireMagickMatrix(4UL,4UL); in GenerateCoefficients()
1055 matrix = AcquireMagickMatrix(nterms,nterms); in GenerateCoefficients()
Dmatrix.c317 MagickExport double **AcquireMagickMatrix(const size_t number_rows, in AcquireMagickMatrix() function