Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/tests/
H A Dimageopenpolygon_basic.phpt2 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 Dgd_arginfo.h662 ZEND_FUNCTION(imageopenpolygon);
797 ZEND_FE(imageopenpolygon, arginfo_imageopenpolygon)
H A Dgd.stub.php186 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu… function
H A Dgd.c2709 PHP_FUNCTION(imageopenpolygon) in PHP_FUNCTION() argument
/PHP-8.0/
H A DUPGRADING1059 . The $num_points parameter of imagepolygon(), imageopenpolygon() and

Completed in 19 milliseconds