Searched refs:imagefilledarc (Results 1 – 11 of 11) sorted by relevance
/PHP-7.0/ext/gd/tests/ |
H A D | imagefilledarc_error1.phpt | 2 Testing wrong param passing imagefilledarc() of GD library 18 imagefilledarc($image, 50, 50, 30, 30, 0, 90, $white); 24 Warning: imagefilledarc() expects exactly 9 parameters, 8 given in %s on line %d
|
H A D | imagecolorallocatealpha_basic.phpt | 20 $half = imagefilledarc ( $img, 75, 75, 70, 70, 0, 180, $cor, IMG_ARC_PIE ); 21 $half2 = imagefilledarc ( $img, 75, 75, 70, 70, 180, 360, $corA, IMG_ARC_PIE );
|
H A D | imagefilledarc_basic.phpt | 2 Testing imagefilledarc() of GD library 21 imagefilledarc($image, 50, 50, 30, 30, 0, 90, $white, IMG_ARC_PIE);
|
H A D | imagegammacorrect_basic.phpt | 20 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $grey, IMG_ARC_PIE ); 21 $half2 = imagefilledarc ( $image, 75, 75, 70, 70, 0, -180, $gray, IMG_ARC_PIE );
|
H A D | imagegammacorrect_variation1.phpt | 20 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $grey, IMG_ARC_PIE ); 21 $half2 = imagefilledarc ( $image, 75, 75, 70, 70, 0, -180, $gray, IMG_ARC_PIE );
|
H A D | imagetruecolortopalette_basic.phpt | 20 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $a, IMG_ARC_PIE ); 21 $half2 = imagefilledarc ( $image, 75, 55, 80, 70, 0, -180, $b, IMG_ARC_PIE );
|
H A D | imagefilledarc_variation1.phpt | 2 Testing passing negative end angle to imagefilledarc() of GD library 21 imagefilledarc($image, 50, 50, 30, 30, 0, -25, $white, IMG_ARC_PIE);
|
H A D | imagefilledarc_variation2.phpt | 2 Testing passing negative start angle to imagefilledarc() of GD library 21 imagefilledarc($image, 50, 50, 30, 30, -25, 25, $white, IMG_ARC_PIE);
|
H A D | bug43828.phpt | 18 imagefilledarc($im, 49, 49, 99,99, 0 , 360, $color, IMG_ARC_PIE);
|
/PHP-7.0/ext/gd/ |
H A D | php_gd.h | 108 PHP_FUNCTION(imagefilledarc);
|
H A D | gd.c | 860 PHP_FE(imagefilledarc, arginfo_imagefilledarc) 1665 PHP_FUNCTION(imagefilledarc) in PHP_FUNCTION() argument
|
Completed in 28 milliseconds