Searched refs:GetMatrixRows (Results 1 – 4 of 4) sorted by relevance
46 GetMatrixRows(const MatrixInfo *);
250 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()
752 MagickExport size_t GetMatrixRows(const MatrixInfo *matrix_info) in GetMatrixRows() function
522 #define GetMatrixRows PrependMagickMethod(GetMatrixRows) macro