Searched refs:imagefilledpolygon (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagefilledpolygon_basic.phpt | 2 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 D | libgd00100.phpt | 37 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 D | bug64641.phpt | 2 Bug #64641 (imagefilledpolygon doesn't draw horizontal line) 22 imagefilledpolygon($im, $points, 0xFFFF00); 29 imagefilledpolygon($im, $points, 0xFFFF00);
|
H A D | bug55005.phpt | 13 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.3/ext/gd/ |
H A D | gd_arginfo.h | 683 ZEND_FUNCTION(imagefilledpolygon); 824 ZEND_FE(imagefilledpolygon, arginfo_imagefilledpolygon)
|
H A D | gd.stub.php | 694 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = … function
|
H A D | gd.c | 2654 PHP_FUNCTION(imagefilledpolygon) in PHP_FUNCTION() argument
|
Completed in 26 milliseconds