HomeSort by relevance Sort by last modified time
    Searched refs:DestroyMatrixInfo (Results 1 - 6 of 6) sorted by null

  /external/ImageMagick/MagickCore/
matrix.h 42 *DestroyMatrixInfo(MatrixInfo *);
matrix.c 235 return(DestroyMatrixInfo(matrix_info));
266 return(DestroyMatrixInfo(matrix_info));
271 return(DestroyMatrixInfo(matrix_info));
362 % DestroyMatrixInfo() dereferences a matrix, deallocating memory associated
367 % MatrixInfo *DestroyMatrixInfo(MatrixInfo *matrix_info)
374 MagickExport MatrixInfo *DestroyMatrixInfo(MatrixInfo *matrix_info)
    [all...]
shear.c 364 destination_matrixs=DestroyMatrixInfo(destination_matrixs);
366 source_matrixs=DestroyMatrixInfo(source_matrixs);
371 destination_matrixs=DestroyMatrixInfo(destination_matrixs);
372 source_matrixs=DestroyMatrixInfo(source_matrixs);
498 destination_matrixs=DestroyMatrixInfo(destination_matrixs);
499 source_matrixs=DestroyMatrixInfo(source_matrixs);
    [all...]
vision.c 220 equivalences=DestroyMatrixInfo(equivalences);
435 equivalences=DestroyMatrixInfo(equivalences);
feature.c 572 canny_cache=DestroyMatrixInfo(canny_cache);
    [all...]
methods.h 252 #define DestroyMatrixInfo PrependMagickMethod(DestroyMatrixInfo)
    [all...]

Completed in 58 milliseconds