Home
last modified time | relevance | path

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

/PHP-5.5/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);
/PHP-5.5/ext/gd/
H A Dphp_gd.h161 PHP_FUNCTION(imagefilledpolygon);
H A Dgd.c974 PHP_FE(imagefilledpolygon, arginfo_imagefilledpolygon)
3400 PHP_FUNCTION(imagefilledpolygon) in PHP_FUNCTION() argument

Completed in 28 milliseconds