Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_compat.h316 #define gdImagePolygon php_gd_gdImagePolygon macro
/PHP-7.4/ext/gd/libgd/
H A Dgd.h503 void gdImagePolygon(gdImagePtr im, gdPointPtr p, int n, int c);
H A Dgd.c2634 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon() function
2790 gdImagePolygon(im, p, n, c); in gdImageFilledPolygon()
/PHP-7.4/ext/gd/
H A Dgd.c3561 gdImagePolygon(im, points, npoints, col); in php_imagepolygon()

Completed in 29 milliseconds