Searched refs:imagefilledellipse (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagefilledellipse_basic.phpt | 2 Testing imagefilledellipse() of GD library 13 imagefilledellipse($image, 50, 50, 40, 30, $white);
|
H A D | bug51498.phpt | 2 Bug #51498 (imagefilledellipse does not work for large circles) 15 imagefilledellipse($img, 1100, 1100, 2200, 2200, $white);
|
H A D | libgd00191.phpt | 14 imagefilledellipse($im, 30, 50, 20, 20, imagecolorallocate($im, 0, 0, 0));
|
H A D | bug73291.phpt | 14 imagefilledellipse($src, 127, 127, $i, $i, $color);
|
H A D | bug47946.phpt | 40 imagefilledellipse($im, 19, 19, 20, 20, 0x00ff00);
|
H A D | imagecopyresampled_basic.phpt | 23 imagefilledellipse($image_lge, 200, 150, 300, 200, $col_ellipse);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 588 ZEND_FUNCTION(imagefilledellipse); 729 ZEND_FE(imagefilledellipse, arginfo_imagefilledellipse)
|
H A D | gd.stub.php | 503 function imagefilledellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, … function
|
H A D | gd.c | 825 PHP_FUNCTION(imagefilledellipse) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds