/imagick/tests/ |
H A D | 164_Imagick_trimImage_basic.phpt | 12 $fuzz = 0.1; 14 function trimImage($color, $fuzz) { 19 $imagick->trimImage($fuzz * \Imagick::getQuantum()); 25 trimImage($color, $fuzz) ;
|
H A D | 075_Imagick_floodFillPaintImage_basic.phpt | 12 $fuzz = 0.2; 19 function floodFillPaintImage($fillColor, $fuzz, $targetColor, $x, $y, $inverse, $channel) { 25 $fuzz * \Imagick::getQuantum(), 35 floodFillPaintImage($fillColor, $fuzz, $targetColor, $x, $y, $inverse, $channel) ;
|
H A D | 160_Imagick_transparentPaintImage_basic.phpt | 10 $fuzz = 0.1; 12 function transparentPaintImage($color, $alpha, $fuzz) { 20 $color, $alpha, $fuzz * \Imagick::getQuantum(), false 30 transparentPaintImage($color, $alpha, $fuzz) ;
|
/imagick/ |
H A D | shim_im6_to_im7.h | 21 const ChannelType channel,const PixelWand *fill,const double fuzz, 89 const ChannelType channel, const PixelWand *fill,const double fuzz, 124 const PixelWand *fill,const double fuzz,const MagickBooleanType invert);
|
H A D | ImagickPixel.stub.php | 37 public function isPixelSimilar(ImagickPixel|string $color, float $fuzz): bool {} argument
|
H A D | Imagick.stub.php | 21 public function trimImage(float $fuzz): bool {} argument 176 float $fuzz, argument 247 float $fuzz, argument 260 float $fuzz, argument 267 float $fuzz, argument 773 float $fuzz, argument 985 float $fuzz, argument 1008 float $fuzz, argument 1013 …ction paintTransparentImage(ImagickPixel|string $target_color, float $alpha, float $fuzz): bool {} argument
|
H A D | imagickpixel_class.c | 377 double fuzz; local 384 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zd", ¶m, &fuzz) == FAILURE) { 397 … IsPixelWandSimilar(internp->pixel_wand, color_wand, (use_quantum ? (QuantumRange * fuzz) : fuzz));
|
H A D | ImagickPixel_arginfo.h | 125 ZEND_ARG_TYPE_INFO(0, fuzz, IS_DOUBLE, 0) 127 ZEND_ARG_INFO(0, fuzz)
|
H A D | shim_im6_to_im7.c | 329 const ChannelType channel,const PixelWand *fill,const double fuzz, in MagickFloodfillPaintImageChannel() argument 340 status = MagickFloodfillPaintImage(wand, fill, fuzz, bordercolor, x, y, invert); in MagickFloodfillPaintImageChannel() 668 const PixelWand *fill,const double fuzz,const MagickBooleanType invert) { in MagickOpaquePaintImageChannel() argument 676 status = MagickOpaquePaintImage(wand, target, fill, fuzz, invert); in MagickOpaquePaintImageChannel()
|
H A D | Imagick_arginfo.h | 93 ZEND_ARG_TYPE_INFO(0, fuzz, IS_DOUBLE, 0) 95 ZEND_ARG_INFO(0, fuzz) 760 ZEND_ARG_TYPE_INFO(0, fuzz, IS_DOUBLE, 0) 762 ZEND_ARG_INFO(0, fuzz) 1052 ZEND_ARG_INFO(0, fuzz) 1091 ZEND_ARG_INFO(0, fuzz) 1122 ZEND_ARG_INFO(0, fuzz) 3360 ZEND_ARG_INFO(0, fuzz) 4029 ZEND_ARG_INFO(0, fuzz) 4094 ZEND_ARG_INFO(0, fuzz) [all …]
|
H A D | imagick_class.c | 1263 double fuzz; in PHP_METHOD() local 1940 double fuzz; in PHP_METHOD() local 1945 &fill_param, &fuzz, &border_param, &x, &y, &invert, &channel) == FAILURE) { in PHP_METHOD() 1995 double fuzz; in PHP_METHOD() local 2045 double fuzz, alpha; in PHP_METHOD() local 4158 double fuzz; in PHP_METHOD() local 4171 status = MagickTrimImage(intern->magick_wand, fuzz); in PHP_METHOD() 4318 double fuzz; in PHP_METHOD() local 4815 double alpha, fuzz; in PHP_METHOD() local 4925 double fuzz; in PHP_METHOD() local [all …]
|