Searched refs:imagesetthickness (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | bug40764.phpt | 15 imagesetthickness($image, 10); 21 imagesetthickness($image, 1);
|
H A D | bug72604.phpt | 10 imagesetthickness($im, 5);
|
H A D | libgd00191.phpt | 12 imagesetthickness($im, 20);
|
H A D | bug77943.phpt | 21 imagesetthickness($im, 3);
|
H A D | imagesetthickness_basic.phpt | 21 imagesetthickness($image, 5);
|
H A D | bug53156.phpt | 44 imagesetthickness($img, 4);
|
H A D | bug43475.phpt | 31 imagesetthickness($im, $thickness);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 573 ZEND_FUNCTION(imagesetthickness); 708 ZEND_FE(imagesetthickness, arginfo_imagesetthickness)
|
H A D | gd.stub.php | 25 function imagesetthickness(GdImage $image, int $thickness): bool {} function
|
H A D | gd.c | 904 PHP_FUNCTION(imagesetthickness) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds