Home
last modified time | relevance | path

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

/php-src/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.c1214 gdImageLine(im, x1, y1, x2, y2, col); in gdImageAALine()
1602 gdImageLine(im, lx, ly, x, y, color); in gdImageFilledArc()
1633 gdImageLine(im, cx, cy, lx, ly, color); in gdImageFilledArc()
1634 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()
1636 gdImageLine(im, fx, fy, lx, ly, color); in gdImageFilledArc()
1649 gdImageLine(im, cx, cy, lx, ly, color); in gdImageFilledArc()
2123 gdImageLine(im, x1, y1, x2, y2, color); in gdImageRectangle()
2125 gdImageLine(im, x1, y1, x2, y1, color); in gdImageRectangle()
2126 gdImageLine(im, x1, y2, x2, y2, color); in gdImageRectangle()
2628 gdImageLine(im, lx, ly, p->x, p->y, c); in gdImageOpenPolygon()
[all …]
H A Dgd.h425 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
/php-src/main/
H A Dphp_compat.h303 #define gdImageLine php_gd_gdImageLine macro
/php-src/ext/gd/
H A Dgd.c2355 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()

Completed in 44 milliseconds