Searched refs:imagefilledpolygon (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | imagefilledpolygon_basic.phpt | 2 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 D | libgd00100.phpt | 36 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 D | bug64641.phpt | 2 Bug #64641 (imagefilledpolygon doesn't draw horizontal line) 21 imagefilledpolygon($im, $points, 0xFFFF00); 28 imagefilledpolygon($im, $points, 0xFFFF00);
|
H A D | bug55005.phpt | 15 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 D | gd_arginfo.h | 663 ZEND_FUNCTION(imagefilledpolygon); 798 ZEND_FE(imagefilledpolygon, arginfo_imagefilledpolygon)
|
H A D | gd.stub.php | 188 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = … function
|
H A D | gd.c | 2716 PHP_FUNCTION(imagefilledpolygon) in PHP_FUNCTION() argument
|
/PHP-8.0/ |
H A D | UPGRADING | 1060 imagefilledpolygon() is now optional, i.e. these functions may be called
|
Completed in 25 milliseconds