Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt2 imagefilledpolygon()
7 if (!function_exists('imagefilledpolygon')) die('skip imagefilledpolygon() not available');
12 echo "Simple test of imagefilledpolygon() function\n";
14 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
35 imagefilledpolygon($image, $points, $col_poly);
62 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
66 Simple test of imagefilledpolygon() function
H A Dlibgd00100.phpt37 imagefilledpolygon($im, $points, $yellow);
51 imagefilledpolygon($im, $points, $purple);
65 imagefilledpolygon($im, $points, $magenta);
79 imagefilledpolygon($im, $points, $blue);
85 imagefilledpolygon($im, $diamond, $green);
90 imagefilledpolygon($im, $diamond, $red);
95 imagefilledpolygon($im, $diamond, $cyan);
108 imagefilledpolygon($im, $points, $black);
H A Dbug64641.phpt2 Bug #64641 (imagefilledpolygon doesn't draw horizontal line)
22 imagefilledpolygon($im, $points, 0xFFFF00);
29 imagefilledpolygon($im, $points, 0xFFFF00);
H A Dbug55005.phpt13 fn () => imagefilledpolygon($g, array(100,10, 100,100, 180,100), 2, $fgnd),
18 Deprecated: imagefilledpolygon(): Using the $num_points parameter is deprecated in %s on line %d
19 !! [ValueError] imagefilledpolygon(): Argument #3 ($num_points_or_color) must be greater than or eq…
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h684 ZEND_FUNCTION(imagefilledpolygon);
825 ZEND_FE(imagefilledpolygon, arginfo_imagefilledpolygon)
H A Dgd.stub.php232 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = … function
H A Dgd.c2803 PHP_FUNCTION(imagefilledpolygon) in PHP_FUNCTION() argument

Completed in 31 milliseconds