Searched refs:imagearc (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug72604.phpt | 2 Bug #72604 (imagearc() ignores thickness for full arcs) 9 imagearc($im, 50, 50, 90, 90, 0, 360, 0xffffff);
|
H A D | imagearc_basic.phpt | 2 Testing imagearc() of GD library 16 imagearc($image, 50, 50, 30, 30, 0, 180, $white);
|
H A D | imagearc_variation1.phpt | 2 Testing passing negative end angle to imagearc() of GD library 16 imagearc($image, 50, 50, 30, 30, 0, -90, $white);
|
H A D | imagearc_variation2.phpt | 2 Testing passing negative start angle to imagearc() of GD library 16 imagearc($image, 50, 50, 30, 30, -90, 0, $white);
|
H A D | bug43828.phpt | 2 Bug #43828 (broken transparency of imagearc for truecolor in blendingmode)
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 674 ZEND_FUNCTION(imagearc); 815 ZEND_FE(imagearc, arginfo_imagearc)
|
H A D | gd.stub.php | 676 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start… function
|
H A D | gd.c | 2419 PHP_FUNCTION(imagearc) in PHP_FUNCTION() argument
|
Completed in 26 milliseconds