Home
last modified time | relevance | path

Searched refs:iterations (Results 1 – 5 of 5) sorted by relevance

/imagick/
H A Dshim_im6_to_im7.h113 ChannelType channel,MorphologyMethod method,const ssize_t iterations,
H A Dshim_im6_to_im7.c592 ChannelType channel,MorphologyMethod method,const ssize_t iterations, in MagickMorphologyImageChannel() argument
601 status = MagickMorphologyImage(wand, method, iterations, kernel); in MagickMorphologyImageChannel()
H A DImagick.stub.php658 public function setImageIterations(int $iterations): bool {} argument
1285 * @param int $iterations
1292 int $iterations, argument
H A Dimagick_class.c7290 long iterations; local
7300 iterations = MagickGetImageIterations(intern->magick_wand);
7301 RETVAL_LONG(iterations);
9590 im_long iterations; local
9594 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &iterations) == FAILURE) {
9602 status = MagickSetImageIterations(intern->magick_wand, iterations);
12705 im_long morphologyMethod, iterations; local
12709 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "llO|l", &morphologyMethod, &iterations, &obj…
12721 iterations,
H A DImagick_arginfo.h2891 ZEND_ARG_TYPE_INFO(0, iterations, IS_LONG, 0)
2893 ZEND_ARG_INFO(0, iterations)
5035 ZEND_ARG_TYPE_INFO(0, iterations, IS_LONG, 0)
5037 ZEND_ARG_INFO(0, iterations)

Completed in 75 milliseconds