Searched refs:imageconvolution (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
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 21 imageconvolution($image, $gaussian, 16, 0);
|
H A D | bug47946.phpt | 32 return imageconvolution($resource, $matrix, $divisor, $offset);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 705 ZEND_FUNCTION(imageconvolution); 852 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 | 3398 PHP_FUNCTION(imageconvolution) in PHP_FUNCTION() argument
|
Completed in 34 milliseconds