Searched refs:imageopenpolygon (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imageopenpolygon_basic.phpt | 2 imageopenpolygon(): basic test 17 imageopenpolygon($im, [10,10, 49,89, 89,10], $black); 18 imageopenpolygon($im, [10,89, 35,10, 60,89, 85,10], $red); 19 imageopenpolygon($im, [10,49, 30,89, 50,10, 70,89, 90,10], $green); 20 imageopenpolygon($im, [10,50, 25,10, 40,89, 55,10, 80,89, 90,50], $blue); 22 test_image_equals_file(__DIR__ . DIRECTORY_SEPARATOR . 'imageopenpolygon.png', $im);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 682 ZEND_FUNCTION(imageopenpolygon); 823 ZEND_FE(imageopenpolygon, arginfo_imageopenpolygon)
|
H A D | gd.stub.php | 692 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu… function
|
H A D | gd.c | 2647 PHP_FUNCTION(imageopenpolygon) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds