Searched refs:amount (Results 1 – 9 of 9) sorted by relevance
/imagick/tests/ |
H A D | 165_Imagick_unsharpMaskImage_basic.phpt | 13 $amount = 5; 17 function unsharpMaskImage($radius, $sigma, $amount, $unsharpThreshold) { 20 $imagick->unsharpMaskImage($radius, $sigma, $amount, $unsharpThreshold); 25 unsharpMaskImage($radius, $sigma, $amount, $unsharpThreshold) ;
|
H A D | 014-setresourcelimit.phpt | 24 …// 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 D | 010_importimagepixels.phpt | 24 /* Width and height. The area is amount of pixels divided
|
H A D | bug_73840.phpt | 7 This needs a significant amount of work to fix. The issue is the iterator object is going out of sc…
|
/imagick/ |
H A D | shim_im6_to_im7.h | 148 const double amount,const double threshold);
|
H A D | shim_im6_to_im7.c | 860 const double amount,const double threshold) { in MagickUnsharpMaskImageChannel() argument 868 status = MagickUnsharpMaskImage(wand, radius, sigma, amount, threshold); in MagickUnsharpMaskImageChannel()
|
H A D | Imagick.stub.php | 1114 float $amount, argument
|
H A D | Imagick_arginfo.h | 4524 ZEND_ARG_TYPE_INFO(0, amount, IS_DOUBLE, 0) 4526 ZEND_ARG_INFO(0, amount)
|
H A D | imagick_class.c | 6026 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 52 milliseconds