Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/tests/
H A Dimagefilledpolygon_negative.phpt2 imagefilledpolygon() with a negative num of points
5 if (!function_exists('imagefilledpolygon')) die('skip imagefilledpolygon() not available');
11 if (imagefilledpolygon($im, array(0, 0, 0, 0, 0, 0), -1, $black)) echo "should be false";
15 Warning: imagefilledpolygon(): You must give a positive number of points in %s on line %d
H A Dimagefilledpolygon_basic.phpt2 imagefilledpolygon()
5 if (!function_exists('imagefilledpolygon')) die('skip imagefilledpolygon() not available');
11 /* Prototype : bool imagefilledpolygon ( resource $image , array $points , int $num_points , i…
17 echo "Simple test of imagefilledpolygon() function\n";
19 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
40 imagefilledpolygon($image, $points, count($points)/2, $col_poly);
67 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
71 Simple test of imagefilledpolygon() function
H A Dlibgd00100.phpt36 imagefilledpolygon($im, $points, 5, $yellow);
50 imagefilledpolygon($im, $points, 5, $purple);
64 imagefilledpolygon($im, $points, 5, $magenta);
78 imagefilledpolygon($im, $points, 5, $blue);
84 imagefilledpolygon($im, $diamond, 4, $green);
89 imagefilledpolygon($im, $diamond, 4, $red);
94 imagefilledpolygon($im, $diamond, 4, $cyan);
107 imagefilledpolygon($im, $points, 5, $black);
H A Dbug64641.phpt2 Bug #64641 (imagefilledpolygon doesn't draw horizontal line)
21 imagefilledpolygon($im, $points, 3, 0xFFFF00);
28 imagefilledpolygon($im, $points, 3, 0xFFFF00);
/PHP-5.6/ext/gd/
H A Dphp_gd.h161 PHP_FUNCTION(imagefilledpolygon);
H A Dgd.c985 PHP_FE(imagefilledpolygon, arginfo_imagefilledpolygon)
3451 PHP_FUNCTION(imagefilledpolygon) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS600 . Fixed bug #64641 (imagefilledpolygon doesn't draw horizontal line). (cmb)

Completed in 42 milliseconds