Home
last modified time | relevance | path

Searched refs:gdImageFilledPolygon (Results 1 – 6 of 6) sorted by last modified time

/PHP-7.4/ext/gd/
H A Dgd.c3564 gdImageFilledPolygon(im, points, npoints, col); in php_imagepolygon()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1674 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
H A Dgd.h505 void gdImageFilledPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
H A Dgddemo.c76 gdImageFilledPolygon (im_out, points, 3, green); in main()
/PHP-7.4/main/
H A Dphp_compat.h285 #define gdImageFilledPolygon php_gd_gdImageFilledPolygon macro
/PHP-7.4/ext/gd/tests/
H A Dlibgd00100.phpt2 libgd #100 (spurious horizontal line drawn by gdImageFilledPolygon)

Completed in 51 milliseconds