Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt2 imagefilledpolygon()
7 if (!function_exists('imagefilledpolygon')) die('skip imagefilledpolygon() not available');
15 echo "Simple test of imagefilledpolygon() function\n";
17 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
38 imagefilledpolygon($image, $points, $col_poly);
65 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
69 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)
25 imagefilledpolygon($im, $points, 0xFFFF00);
32 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-src/ext/gd/
H A Dgd_arginfo.h682 ZEND_FUNCTION(imagefilledpolygon);
822 ZEND_FE(imagefilledpolygon, arginfo_imagefilledpolygon)
H A Dgd.stub.php694 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = … function
H A Dgd.c2649 PHP_FUNCTION(imagefilledpolygon) in PHP_FUNCTION() argument

Completed in 26 milliseconds