Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dimageopenpolygon_basic.phpt2 imageopenpolygon(): basic test
23 imageopenpolygon($im, [10,10, 49,89, 89,10], $black);
24 imageopenpolygon($im, [10,89, 35,10, 60,89, 85,10], $red);
25 imageopenpolygon($im, [10,49, 30,89, 50,10, 70,89, 90,10], $green);
26 imageopenpolygon($im, [10,50, 25,10, 40,89, 55,10, 80,89, 90,50], $blue);
28 test_image_equals_file(__DIR__ . DIRECTORY_SEPARATOR . 'imageopenpolygon.png', $im);
/php-src/ext/gd/
H A Dgd_arginfo.h681 ZEND_FUNCTION(imageopenpolygon);
821 ZEND_FE(imageopenpolygon, arginfo_imageopenpolygon)
H A Dgd.stub.php692 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu… function
H A Dgd.c2642 PHP_FUNCTION(imageopenpolygon) in PHP_FUNCTION() argument

Completed in 26 milliseconds