Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd.h501 } gdPoint, *gdPointPtr; typedef
503 void gdImagePolygon(gdImagePtr im, gdPointPtr p, int n, int c);
504 void gdImageOpenPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
505 void gdImageFilledPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
H A Dgd.c2634 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon()
2645 void gdImageOpenPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageOpenPolygon()
2674 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
/PHP-7.4/ext/gd/
H A Dgd.c3513 gdPointPtr points; in php_imagepolygon()
3541 points = (gdPointPtr) safe_emalloc(npoints, sizeof(gdPoint), 0); in php_imagepolygon()

Completed in 27 milliseconds