Home
last modified time | relevance | path

Searched refs:gdPointPtr (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/gd/libgd/
H A Dgd.h379 } 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 Dgd.c2559 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 Dgd.c3425 gdPointPtr points; in php_imagepolygon()
3451 points = (gdPointPtr) safe_emalloc(npoints, sizeof(gdPoint), 0); in php_imagepolygon()

Completed in 25 milliseconds