Home
last modified time | relevance | path

Searched refs:gdImageLine (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgddemo.c58 gdImageLine (im_out, 16, 16, 240, 16, green); in main()
59 gdImageLine (im_out, 240, 16, 240, 240, green); in main()
60 gdImageLine (im_out, 240, 240, 16, 240, green); in main()
61 gdImageLine (im_out, 16, 240, 16, 16, green); in main()
99 gdImageLine (im_out, 0, 255, 255, 0, gdStyledBrushed); in main()
H A Dgd.c1244 gdImageLine(im, x1, y1, x2, y2, col); in gdImageAALine()
1632 gdImageLine(im, lx, ly, x, y, color); in gdImageFilledArc()
1663 gdImageLine(im, cx, cy, lx, ly, color); in gdImageFilledArc()
1664 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()
1666 gdImageLine(im, fx, fy, lx, ly, color); in gdImageFilledArc()
1679 gdImageLine(im, cx, cy, lx, ly, color); in gdImageFilledArc()
2153 gdImageLine(im, x1, y1, x2, y2, color); in gdImageRectangle()
2155 gdImageLine(im, x1, y1, x2, y1, color); in gdImageRectangle()
2156 gdImageLine(im, x1, y2, x2, y2, color); in gdImageRectangle()
2658 gdImageLine(im, lx, ly, p->x, p->y, c); in gdImageOpenPolygon()
[all …]
H A Dgd.h421 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
/PHP-7.4/main/
H A Dphp_compat.h305 #define gdImageLine php_gd_gdImageLine macro
/PHP-7.4/ext/gd/
H A Dgd.c3271 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()

Completed in 43 milliseconds