Searched refs:gdImageOpenPolygon (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gd.h | 508 void gdImageOpenPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
|
H A D | gd.c | 2642 gdImageOpenPolygon (im, p, n, c); in gdImagePolygon() 2645 void gdImageOpenPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageOpenPolygon() function
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 2628 gdImageOpenPolygon(im, points, npoints, col); in php_imagepolygon()
|
Completed in 26 milliseconds