Searched refs:gdImageFilledPolygon (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gddemo.c | 76 gdImageFilledPolygon (im_out, points, 3, green); in main()
|
H A D | gd.h | 509 void gdImageFilledPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
|
H A D | gd.c | 1674 gdImageFilledPolygon(im, pts, 3, color); in gdImageFilledArc() 1703 gdImageFilledPolygon(im, pts, pti+1, color); in gdImageFilledArc() 2674 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon() function
|
/PHP-8.2/ext/gd/tests/ |
H A D | libgd00100.phpt | 2 libgd #100 (spurious horizontal line drawn by gdImageFilledPolygon)
|
/PHP-8.2/main/ |
H A D | php_compat.h | 283 #define gdImageFilledPolygon php_gd_gdImageFilledPolygon macro
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 2634 gdImageFilledPolygon(im, points, npoints, col); in php_imagepolygon()
|
Completed in 50 milliseconds