Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmatrix.h42 *DestroyMatrixInfo(MatrixInfo *);
Dmatrix.c232 return(DestroyMatrixInfo(matrix_info)); in AcquireMatrixInfo()
263 return(DestroyMatrixInfo(matrix_info)); in AcquireMatrixInfo()
268 return(DestroyMatrixInfo(matrix_info)); in AcquireMatrixInfo()
369 MagickExport MatrixInfo *DestroyMatrixInfo(MatrixInfo *matrix_info) in DestroyMatrixInfo() function
Dshear.c361 destination_matrixs=DestroyMatrixInfo(destination_matrixs); in RadonTransform()
363 source_matrixs=DestroyMatrixInfo(source_matrixs); in RadonTransform()
368 destination_matrixs=DestroyMatrixInfo(destination_matrixs); in RadonTransform()
369 source_matrixs=DestroyMatrixInfo(source_matrixs); in RadonTransform()
495 destination_matrixs=DestroyMatrixInfo(destination_matrixs); in RadonTransform()
496 source_matrixs=DestroyMatrixInfo(source_matrixs); in RadonTransform()
Dvision.c218 equivalences=DestroyMatrixInfo(equivalences); in ConnectedComponentsImage()
433 equivalences=DestroyMatrixInfo(equivalences); in ConnectedComponentsImage()
Dfeature.c570 canny_cache=DestroyMatrixInfo(canny_cache); in CannyEdgeImage()
1892 accumulator=DestroyMatrixInfo(accumulator); in HoughLineImage()
1960 accumulator=DestroyMatrixInfo(accumulator); in HoughLineImage()
1969 accumulator=DestroyMatrixInfo(accumulator); in HoughLineImage()
2107 accumulator=DestroyMatrixInfo(accumulator); in HoughLineImage()
Dmethods.h252 #define DestroyMatrixInfo PrependMagickMethod(DestroyMatrixInfo) macro