Searched refs:imageellipse (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imageellipse_basic.phpt | 2 Testing imageellipse() of GD library 15 imageellipse($image, 200, 150, 300, 200, 16777215);
|
H A D | bug73272.phpt | 11 imageellipse($src, 49,49, 40,40, 0x000000);
|
H A D | imagefilltoborder_basic.phpt | 17 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
|
H A D | webp_basic.phpt | 26 imageellipse($im1, 18, 54, 36, 36, $green);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 675 ZEND_FUNCTION(imageellipse); 816 ZEND_FE(imageellipse, arginfo_imageellipse)
|
H A D | gd.stub.php | 678 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c… function
|
H A D | gd.c | 2448 PHP_FUNCTION(imageellipse) in PHP_FUNCTION() argument
|
Completed in 19 milliseconds