Lines Matching refs:GetMatrixElement
635 % GetMatrixElement() returns the specifed element in the matrix.
637 % The format of the GetMatrixElement method is:
639 % MagickBooleanType GetMatrixElement(const MatrixInfo *matrix_info,
713 MagickExport MagickBooleanType GetMatrixElement(const MatrixInfo *matrix_info,
913 (void) GetMatrixElement(matrix_info,0,0,&value);
923 if (GetMatrixElement(matrix_info,x,y,&value) == MagickFalse)
976 if (GetMatrixElement(matrix_info,x,y,&value) == MagickFalse)