Home
last modified time | relevance | path

Searched refs:imagefilledarc (Results 1 – 10 of 10) sorted by relevance

/PHP-5.3/ext/gd/tests/
H A Dimagefilledarc_error1.phpt2 Testing wrong param passing imagefilledarc() of GD library
18 imagefilledarc($image, 50, 50, 30, 30, 0, 90, $white);
28 Warning: imagefilledarc() expects exactly 9 parameters, 8 given in %s on line %d
H A Dimagecolorallocatealpha_basic.phpt17 $half = imagefilledarc ( $img, 75, 75, 70, 70, 0, 180, $cor, IMG_ARC_PIE );
18 $half2 = imagefilledarc ( $img, 75, 75, 70, 70, 180, 360, $corA, IMG_ARC_PIE );
H A Dimagefilledarc_basic.phpt2 Testing imagefilledarc() of GD library
18 imagefilledarc($image, 50, 50, 30, 30, 0, 90, $white, IMG_ARC_PIE);
H A Dimagegammacorrect_basic.phpt17 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $grey, IMG_ARC_PIE );
18 $half2 = imagefilledarc ( $image, 75, 75, 70, 70, 0, -180, $gray, IMG_ARC_PIE );
H A Dimagefilledarc_variation1.phpt2 Testing passing negative end angle to imagefilledarc() of GD library
18 imagefilledarc($image, 50, 50, 30, 30, 0, -25, $white, IMG_ARC_PIE);
H A Dimagegammacorrect_variation1.phpt17 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $grey, IMG_ARC_PIE );
18 $half2 = imagefilledarc ( $image, 75, 75, 70, 70, 0, -180, $gray, IMG_ARC_PIE );
H A Dimagefilledarc_variation2.phpt2 Testing passing negative start angle to imagefilledarc() of GD library
18 imagefilledarc($image, 50, 50, 30, 30, -25, 25, $white, IMG_ARC_PIE);
H A Dimagetruecolortopalette_basic.phpt17 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $a, IMG_ARC_PIE );
18 $half2 = imagefilledarc ( $image, 75, 55, 80, 70, 0, -180, $b, IMG_ARC_PIE );
/PHP-5.3/ext/gd/
H A Dphp_gd.h110 PHP_FUNCTION(imagefilledarc);
H A Dgd.c914 PHP_FE(imagefilledarc, arginfo_imagefilledarc)
1767 PHP_FUNCTION(imagefilledarc) in PHP_FUNCTION() argument

Completed in 46 milliseconds