Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt2 imagefilledpolygon()
5 if (!function_exists('imagefilledpolygon')) die('skip imagefilledpolygon() not available');
10 echo "Simple test of imagefilledpolygon() function\n";
12 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
33 imagefilledpolygon($image, $points, $col_poly);
60 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
64 Simple test of imagefilledpolygon() function
H A Dlibgd00100.phpt36 imagefilledpolygon($im, $points, $yellow);
50 imagefilledpolygon($im, $points, $purple);
64 imagefilledpolygon($im, $points, $magenta);
78 imagefilledpolygon($im, $points, $blue);
84 imagefilledpolygon($im, $diamond, $green);
89 imagefilledpolygon($im, $diamond, $red);
94 imagefilledpolygon($im, $diamond, $cyan);
107 imagefilledpolygon($im, $points, $black);
H A Dbug64641.phpt2 Bug #64641 (imagefilledpolygon doesn't draw horizontal line)
21 imagefilledpolygon($im, $points, 0xFFFF00);
28 imagefilledpolygon($im, $points, 0xFFFF00);
H A Dbug55005.phpt15 fn () => imagefilledpolygon($g, array(100,10, 100,100, 180,100), 2, $fgnd),
20 !! [ValueError] imagefilledpolygon(): Argument #3 ($num_points_or_color) must be greater than or eq…
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h663 ZEND_FUNCTION(imagefilledpolygon);
798 ZEND_FE(imagefilledpolygon, arginfo_imagefilledpolygon)
H A Dgd.stub.php188 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = … function
H A Dgd.c2716 PHP_FUNCTION(imagefilledpolygon) in PHP_FUNCTION() argument
/PHP-8.0/
H A DUPGRADING1060 imagefilledpolygon() is now optional, i.e. these functions may be called

Completed in 25 milliseconds