Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/tests/
H A Dimagepolygon_basic.phpt5 if (!function_exists('imagepolygon')) die('skip imagepolygon() not available');
11 /* Prototype : bool imagepolygon ( resource $image , array $points , int $num_points , int $co…
18 echo "Simple test of imagepolygon() function\n";
20 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
32 imagepolygon($image, array (
55 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
59 Simple test of imagepolygon() function
H A Dimagepolygon_negative.phpt2 imagepolygon() with a negative num of points
5 if (!function_exists('imagepolygon')) die('skip imagepolygon() not available');
11 if (imagepolygon($im, array(0, 0, 0, 0, 0, 0), -1, $black)) echo "should be false";
15 Warning: imagepolygon(): You must give a positive number of points in %s on line %d
H A Dbug43073.phpt41 imagepolygon($g, $bbox, 4, $red);
H A Dbug53504.phpt75 imagepolygon($g, $bboxDrawn, 4, $red);
/PHP-5.6/ext/gd/
H A Dphp_gd.h178 PHP_FUNCTION(imagepolygon);
H A Dgd.c993 PHP_FE(imagepolygon, arginfo_imagepolygon)
3443 PHP_FUNCTION(imagepolygon) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS8919 - Fixed bug #41717 (imagepolygon does not respect thickness). (Pierre)

Completed in 49 milliseconds