Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 9 of 9) sorted by relevance

/imagick/tests/
H A D165_Imagick_unsharpMaskImage_basic.phpt13 $amount = 5;
17 function unsharpMaskImage($radius, $sigma, $amount, $unsharpThreshold) {
20 $imagick->unsharpMaskImage($radius, $sigma, $amount, $unsharpThreshold);
25 unsharpMaskImage($radius, $sigma, $amount, $unsharpThreshold) ;
H A D014-setresourcelimit.phpt24 …// Set maximum amount of disk space in bytes permitted for use by the pixel cache. When this limit…
31 …// Set maximum amount of memory map in bytes to allocate for the pixel cache. When this limit is e…
34 …// Set maximum amount of memory in bytes to allocate for the pixel cache from the heap. When this …
H A D010_importimagepixels.phpt24 /* Width and height. The area is amount of pixels divided
H A Dbug_73840.phpt7 This needs a significant amount of work to fix. The issue is the iterator object is going out of sc…
/imagick/
H A Dshim_im6_to_im7.h148 const double amount,const double threshold);
H A Dshim_im6_to_im7.c860 const double amount,const double threshold) { in MagickUnsharpMaskImageChannel() argument
868 status = MagickUnsharpMaskImage(wand, radius, sigma, amount, threshold); in MagickUnsharpMaskImageChannel()
H A DImagick.stub.php1114 float $amount, argument
H A DImagick_arginfo.h4524 ZEND_ARG_TYPE_INFO(0, amount, IS_DOUBLE, 0)
4526 ZEND_ARG_INFO(0, amount)
H A Dimagick_class.c6026 double radius, sigma, amount, threshold; local
6031 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dddd|l", &radius, &sigma, &amount, &threshol…
6039 …status = MagickUnsharpMaskImageChannel(intern->magick_wand, channel, radius, sigma, amount, thresh…

Completed in 82 milliseconds