Searched refs:gdPointPtr (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gd.h | 505 } gdPoint, *gdPointPtr; typedef 507 void gdImagePolygon(gdImagePtr im, gdPointPtr p, int n, int c); 508 void gdImageOpenPolygon(gdImagePtr im, gdPointPtr p, int n, int c); 509 void gdImageFilledPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
|
H A D | gd.c | 2634 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon() 2645 void gdImageOpenPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageOpenPolygon() 2674 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 2577 gdPointPtr points; in php_imagepolygon() 2611 points = (gdPointPtr) safe_emalloc(npoints, sizeof(gdPoint), 0); in php_imagepolygon()
|
Completed in 44 milliseconds