Searched refs:imageconvolution (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/ext/gd/tests/ |
H A D | gh16255.phpt | 13 imageconvolution($im, $matrix, NAN, 1.0); 19 imageconvolution($im, $matrix, 2.225E-307, 1.0); 25 imageconvolution($im, $matrix, 1, NAN); 32 imageconvolution(): Argument #3 ($divisor) must be finite 33 imageconvolution(): Argument #3 ($divisor) must not be 0 34 imageconvolution(): Argument #4 ($offset) must be finite
|
H A D | imageconvolution_error3.phpt | 2 Testing wrong array size 3x2 in imageconvolution() of GD library 30 fn() => imageconvolution($image, $gaussian, 16, 0), 31 fn() => imageconvolution($image, $gaussian_bad_key, 16, 0) 36 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2… 37 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
|
H A D | imageconvolution_error2.phpt | 2 Testing wrong array size 2x3 in imageconvolution() of GD library 23 fn() => imageconvolution($image, $gaussian, 16, 0) 28 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
|
H A D | imageconvolution_basic.phpt | 2 Testing imageconvolution() of GD library 27 imageconvolution($image, $gaussian, 16, 0);
|
H A D | bug47946.phpt | 35 return imageconvolution($resource, $matrix, $divisor, $offset);
|
/PHP-8.4/ext/gd/ |
H A D | gd_arginfo.h | 692 ZEND_FUNCTION(imageconvolution); 830 ZEND_FE(imageconvolution, arginfo_imageconvolution)
|
H A D | gd.stub.php | 757 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {} function
|
H A D | gd.c | 3726 PHP_FUNCTION(imageconvolution) in PHP_FUNCTION() argument
|
Completed in 29 milliseconds