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

  /external/ImageMagick/MagickCore/
matrix.h 46 GetMatrixRows(const MatrixInfo *);
shear.c 253 for (y=0; y < (ssize_t) (GetMatrixRows(p)-i-1); y++)
268 for ( ; y < (ssize_t) (GetMatrixRows(p)-i); y++)
280 for ( ; y < (ssize_t) GetMatrixRows(p); y++)
308 for (y=0; y < (ssize_t) (GetMatrixRows(p)-1); y++)
    [all...]
matrix.c 749 % GetMatrixRows() returns the number of rows in the matrix.
751 % The format of the GetMatrixRows method is:
753 % size_t GetMatrixRows(const MatrixInfo *matrix_info)
760 MagickExport size_t GetMatrixRows(const MatrixInfo *matrix_info)
    [all...]
methods.h 459 #define GetMatrixRows PrependMagickMethod(GetMatrixRows)
    [all...]

Completed in 61 milliseconds