Searched refs:white_point (Results 1 – 5 of 5) sorted by relevance
/imagick/ |
H A D | shim_im6_to_im7.h | 64 const double white_point); 111 const double white_point);
|
H A D | shim_im6_to_im7.c | 236 const double white_point) { in MagickContrastStretchImageChannel() argument 244 status = MagickContrastStretchImage(wand, black_point, white_point); in MagickContrastStretchImageChannel() 574 const double white_point) { 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 63 float $white_point, argument 158 public function linearStretchImage(float $black_point, float $white_point): bool {} argument 971 float $white_point, argument
|
H A D | Imagick_arginfo.h | 139 ZEND_ARG_TYPE_INFO(0, white_point, IS_DOUBLE, 0) 141 ZEND_ARG_INFO(0, white_point) 365 ZEND_ARG_TYPE_INFO(0, white_point, IS_DOUBLE, 0) 367 ZEND_ARG_INFO(0, white_point) 675 ZEND_ARG_TYPE_INFO(0, white_point, IS_DOUBLE, 0) 677 ZEND_ARG_INFO(0, white_point) 3984 ZEND_ARG_TYPE_INFO(0, white_point, IS_DOUBLE, 0) 3986 ZEND_ARG_INFO(0, white_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 47 milliseconds