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

  /external/ImageMagick/MagickCore/
matrix.h 45 GetMatrixColumns(const MatrixInfo *),
shear.c 237 for (step=1; step < GetMatrixColumns(p); step*=2)
239 for (x=0; x < (ssize_t) GetMatrixColumns(p); x+=2*(ssize_t) step)
297 magick_number_threads(image,image,GetMatrixColumns(p),1)
299 for (x=0; x < (ssize_t) GetMatrixColumns(p); x++)
324 projection[GetMatrixColumns(p)+sign*x-1]=sum;
    [all...]
matrix.c 605 % GetMatrixColumns() returns the number of columns in the matrix.
607 % The format of the GetMatrixColumns method is:
609 % size_t GetMatrixColumns(const MatrixInfo *matrix_info)
616 MagickExport size_t GetMatrixColumns(const MatrixInfo *matrix_info)
    [all...]
methods.h 457 #define GetMatrixColumns PrependMagickMethod(GetMatrixColumns)
    [all...]

Completed in 105 milliseconds