Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dbug73614.phpt22 imagefilledarc($image, 250, 250, 500, 250, 0, 88, $white, IMG_ARC_PIE);
23 imagefilledarc($image, 250, 250, 500, 250, 88, 91 , $navy, IMG_ARC_PIE);
24 imagefilledarc($image, 250, 250, 500, 250, 91, 360 , $red, IMG_ARC_PIE);
H A Dimagecolorallocatealpha_basic.phpt24 $half = imagefilledarc ( $img, 75, 75, 70, 70, 0, 180, $cor, IMG_ARC_PIE );
25 $half2 = imagefilledarc ( $img, 75, 75, 70, 70, 180, 360, $corA, IMG_ARC_PIE );
H A Dimagegammacorrect_basic.phpt24 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $grey, IMG_ARC_PIE );
25 $half2 = imagefilledarc ( $image, 75, 75, 70, 70, 0, -180, $gray, IMG_ARC_PIE );
H A Dimagefilledarc_basic.phpt2 Testing imagefilledarc() of GD library
25 imagefilledarc($image, 50, 50, 30, 30, 0, 90, $white, IMG_ARC_PIE);
H A Dimagetruecolortopalette_basic.phpt24 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $a, IMG_ARC_PIE );
25 $half2 = imagefilledarc ( $image, 75, 55, 80, 70, 0, -180, $b, IMG_ARC_PIE );
H A Dimagegammacorrect_variation1.phpt24 $half = imagefilledarc ( $image, 75, 75, 70, 70, 0, 180, $grey, IMG_ARC_PIE );
25 $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
25 imagefilledarc($image, 50, 50, 30, 30, 0, -25, $white, IMG_ARC_PIE);
H A Dimagefilledarc_variation2.phpt2 Testing passing negative start angle to imagefilledarc() of GD library
25 imagefilledarc($image, 50, 50, 30, 30, -25, 25, $white, IMG_ARC_PIE);
H A Dbug43828.phpt22 imagefilledarc($im, 49, 49, 99,99, 0 , 360, $color, IMG_ARC_PIE);
/php-src/ext/gd/
H A Dgd_arginfo.h580 ZEND_FUNCTION(imagefilledarc);
716 ZEND_FE(imagefilledarc, arginfo_imagefilledarc)
H A Dgd.stub.php505 function imagefilledarc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int … function
H A Dgd.c848 PHP_FUNCTION(imagefilledarc) in PHP_FUNCTION() argument

Completed in 25 milliseconds