Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmatrix.h46 GetMatrixRows(const MatrixInfo *);
Dshear.c250 for (y=0; y < (ssize_t) (GetMatrixRows(p)-i-1); y++) in RadonProjection()
265 for ( ; y < (ssize_t) (GetMatrixRows(p)-i); y++) in RadonProjection()
277 for ( ; y < (ssize_t) GetMatrixRows(p); y++) in RadonProjection()
305 for (y=0; y < (ssize_t) (GetMatrixRows(p)-1); y++) in RadonProjection()
Dmatrix.c751 MagickExport size_t GetMatrixRows(const MatrixInfo *matrix_info) in GetMatrixRows() function
Dmethods.h459 #define GetMatrixRows PrependMagickMethod(GetMatrixRows) macro