Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd.h502 } gdPoint, *gdPointPtr; typedef
504 void gdImagePolygon(gdImagePtr im, gdPointPtr p, int n, int c);
505 void gdImageFilledPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
H A Dgd.c2586 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon()
2635 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
/PHP-5.6/ext/gd/
H A Dgd.c3377 gdPointPtr points; in php_imagepolygon()
3403 points = (gdPointPtr) safe_emalloc(npoints, sizeof(gdPoint), 0); in php_imagepolygon()

Completed in 33 milliseconds