Searched refs:imageopenpolygon (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | imageopenpolygon_basic.phpt | 2 imageopenpolygon(): basic test 19 imageopenpolygon($im, [10,10, 49,89, 89,10], $black); 20 imageopenpolygon($im, [10,89, 35,10, 60,89, 85,10], $red); 21 imageopenpolygon($im, [10,49, 30,89, 50,10, 70,89, 90,10], $green); 22 imageopenpolygon($im, [10,50, 25,10, 40,89, 55,10, 80,89, 90,50], $blue); 24 test_image_equals_file(__DIR__ . DIRECTORY_SEPARATOR . 'imageopenpolygon.png', $im);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 662 ZEND_FUNCTION(imageopenpolygon); 797 ZEND_FE(imageopenpolygon, arginfo_imageopenpolygon)
|
H A D | gd.stub.php | 186 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu… function
|
H A D | gd.c | 2709 PHP_FUNCTION(imageopenpolygon) in PHP_FUNCTION() argument
|
/PHP-8.0/ |
H A D | UPGRADING | 1059 . The $num_points parameter of imagepolygon(), imageopenpolygon() and
|
Completed in 20 milliseconds