Searched refs:GetMatrixRows (Results 1 – 3 of 3) sorted by relevance
46 GetMatrixRows(const MatrixInfo *);
255 for (y=0; y < (ssize_t) (GetMatrixRows(p)-i-1); y++) in RadonProjection()270 for ( ; y < (ssize_t) (GetMatrixRows(p)-i); y++) in RadonProjection()282 for ( ; y < (ssize_t) GetMatrixRows(p); y++) in RadonProjection()310 for (y=0; y < (ssize_t) (GetMatrixRows(p)-1); y++) in RadonProjection()
754 MagickExport size_t GetMatrixRows(const MatrixInfo *matrix_info) in GetMatrixRows() function