Searched refs:gdPointPtr (Results 1 – 3 of 3) sorted by relevance
/php-src/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 | 2688 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon() 2699 void gdImageOpenPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageOpenPolygon() 2728 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
|
/php-src/ext/gd/ |
H A D | gd.c | 2829 gdPointPtr points; in php_imagepolygon() 2868 points = (gdPointPtr) safe_emalloc(npoints, sizeof(gdPoint), 0); in php_imagepolygon()
|
Completed in 30 milliseconds