Home
last modified time | relevance | path

Searched refs:imageopenpolygon (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dimageopenpolygon_basic.phpt2 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.1/ext/gd/
H A Dgd_arginfo.h683 ZEND_FUNCTION(imageopenpolygon);
824 ZEND_FE(imageopenpolygon, arginfo_imageopenpolygon)
H A Dgd.stub.php230 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu… function
H A Dgd.c2796 PHP_FUNCTION(imageopenpolygon) in PHP_FUNCTION() argument

Completed in 35 milliseconds