Home
last modified time | relevance | path

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

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

Completed in 26 milliseconds