Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd.h501 } gdPoint, *gdPointPtr; typedef
503 void gdImagePolygon(gdImagePtr im, gdPointPtr p, int n, int c);
504 void gdImageFilledPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
H A Dgd.c2568 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon()
2617 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
/PHP-5.5/ext/gd/
H A Dgd.c3326 gdPointPtr points; in php_imagepolygon()
3352 points = (gdPointPtr) safe_emalloc(npoints, sizeof(gdPoint), 0); in php_imagepolygon()

Completed in 23 milliseconds