Searched refs:gdPointPtr (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd.h | 379 } gdPoint, *gdPointPtr; typedef 381 void gdImagePolygon(gdImagePtr im, gdPointPtr p, int n, int c); 382 void gdImageFilledPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
|
H A D | gd.c | 2559 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon() 2608 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 3425 gdPointPtr points; in php_imagepolygon() 3451 points = (gdPointPtr) safe_emalloc(npoints, sizeof(gdPoint), 0); in php_imagepolygon()
|
Completed in 37 milliseconds