Searched refs:imagesetthickness (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/gd/tests/ |
H A D | bug40764.phpt | 13 imagesetthickness($image, 10); 19 imagesetthickness($image, 1);
|
H A D | bug72604.phpt | 14 imagesetthickness($im, 5);
|
H A D | libgd00191.phpt | 13 imagesetthickness($im, 20);
|
H A D | bug77943.phpt | 25 imagesetthickness($im, 3);
|
H A D | imagesetthickness_basic.phpt | 25 imagesetthickness($image, 5);
|
H A D | bug53156.phpt | 45 imagesetthickness($img, 4);
|
H A D | bug43475.phpt | 35 imagesetthickness($im, $thickness);
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 578 ZEND_FUNCTION(imagesetthickness); 714 ZEND_FE(imagesetthickness, arginfo_imagesetthickness)
|
H A D | gd.stub.php | 501 function imagesetthickness(GdImage $image, int $thickness): bool {} function
|
H A D | gd.c | 805 PHP_FUNCTION(imagesetthickness) in PHP_FUNCTION() argument
|
Completed in 33 milliseconds