Searched refs:low (Results 1 – 6 of 6) sorted by relevance
/imagick/ |
H A D | shim_im6_to_im7.h | 128 const ChannelType channel,const double low,const double high);
|
H A D | shim_im6_to_im7.c | 687 const ChannelType channel,const double low,const double high) { in MagickRandomThresholdImageChannel() argument 695 status = MagickRandomThresholdImage(wand, low, high); in MagickRandomThresholdImageChannel()
|
H A D | README.md | 71 2) Run it as a very low privileged process. As much as possible the files and system resources acce…
|
H A D | Imagick.stub.php | 75 float $low, argument
|
H A D | Imagick_arginfo.h | 387 ZEND_ARG_TYPE_INFO(0, low, IS_DOUBLE, 0) 389 ZEND_ARG_INFO(0, low)
|
H A D | imagick_class.c | 525 double low, high; in PHP_METHOD() local 529 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dd|l", &low, &high, &channel) == FAILURE) { in PHP_METHOD() 537 status = MagickRandomThresholdImageChannel(intern->magick_wand, channel, low, high); in PHP_METHOD()
|
Completed in 56 milliseconds