Home
last modified time | relevance | path

Searched refs:imageellipse (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dimageellipse_basic.phpt2 Testing imageellipse() of GD library
15 imageellipse($image, 200, 150, 300, 200, 16777215);
H A Dbug73272.phpt11 imageellipse($src, 49,49, 40,40, 0x000000);
H A Dimagefilltoborder_basic.phpt17 imageellipse( $image, 50, 50, 50, 50, imagecolorallocate( $image, 0, 0, 0 ) );
H A Dwebp_basic.phpt26 imageellipse($im1, 18, 54, 36, 36, $green);
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h676 ZEND_FUNCTION(imageellipse);
817 ZEND_FE(imageellipse, arginfo_imageellipse)
H A Dgd.stub.php216 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c… function
H A Dgd.c2597 PHP_FUNCTION(imageellipse) in PHP_FUNCTION() argument

Completed in 28 milliseconds