Home
last modified time | relevance | path

Searched refs:imagearc (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/gd/tests/
H A Dbug72604.phpt2 Bug #72604 (imagearc() ignores thickness for full arcs)
15 imagearc($im, 50, 50, 90, 90, 0, 360, 0xffffff);
H A Dimagearc_basic.phpt2 Testing imagearc() of GD library
22 imagearc($image, 50, 50, 30, 30, 0, 180, $white);
H A Dimagearc_variation1.phpt2 Testing passing negative end angle to imagearc() of GD library
22 imagearc($image, 50, 50, 30, 30, 0, -90, $white);
H A Dimagearc_variation2.phpt2 Testing passing negative start angle to imagearc() of GD library
22 imagearc($image, 50, 50, 30, 30, -90, 0, $white);
H A Dbug43828.phpt2 Bug #43828 (broken transparency of imagearc for truecolor in blendingmode)
/php-src/ext/gd/
H A Dgd_arginfo.h673 ZEND_FUNCTION(imagearc);
813 ZEND_FE(imagearc, arginfo_imagearc)
H A Dgd.stub.php676 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start… function
H A Dgd.c2414 PHP_FUNCTION(imagearc) in PHP_FUNCTION() argument

Completed in 24 milliseconds