Searched refs:black_point (Results 1 – 5 of 5) sorted by relevance
/imagick/ |
H A D | shim_im6_to_im7.h | 63 const ChannelType channel,const double black_point, 110 const ChannelType channel,const double black_point,const double gamma,
|
H A D | shim_im6_to_im7.c | 235 const ChannelType channel,const double black_point, in MagickContrastStretchImageChannel() argument 244 status = MagickContrastStretchImage(wand, black_point, white_point); in MagickContrastStretchImageChannel() 573 const ChannelType channel,const double black_point,const double gamma, in MagickLevelImageChannel() argument 582 status = MagickLevelImage(wand,black_point,gamma, white_point); in MagickLevelImageChannel()
|
H A D | Imagick.stub.php | 25 public function vignetteImage(float $black_point, float $white_point, int $x, int $y): bool {} argument 62 float $black_point, argument 158 public function linearStretchImage(float $black_point, float $white_point): bool {} argument 969 float $black_point, argument
|
H A D | Imagick_arginfo.h | 133 ZEND_ARG_TYPE_INFO(0, black_point, IS_DOUBLE, 0) 135 ZEND_ARG_INFO(0, black_point) 359 ZEND_ARG_TYPE_INFO(0, black_point, IS_DOUBLE, 0) 361 ZEND_ARG_INFO(0, black_point) 669 ZEND_ARG_TYPE_INFO(0, black_point, IS_DOUBLE, 0) 671 ZEND_ARG_INFO(0, black_point) 3972 ZEND_ARG_TYPE_INFO(0, black_point, IS_DOUBLE, 0) 3974 ZEND_ARG_INFO(0, black_point)
|
H A D | imagick_class.c | 108 double black_point, white_point; in PHP_METHOD() local 114 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddll", &black_point, &white_point, &x, &y) =… in PHP_METHOD() 122 status = MagickVignetteImage(intern->magick_wand, black_point, white_point, x, y); in PHP_METHOD() 254 double black_point, white_point; in PHP_METHOD() local 259 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dd|l", &black_point, &white_point, &channel)… in PHP_METHOD() 267 status = MagickContrastStretchImageChannel(intern->magick_wand, channel, black_point, white_point); in PHP_METHOD() 4719 double black_point, gamma, white_point; in PHP_METHOD() local 4724 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddd|l", &black_point, &gamma, &white_point, … in PHP_METHOD() 4732 status = MagickLevelImageChannel(intern->magick_wand, channel, black_point, gamma, white_point); in PHP_METHOD()
|
Completed in 48 milliseconds