Home
last modified time | relevance | path

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

/PHP-5.6/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_arc_f_buggy.c719 gdImageLine (im, 0, HEIGHT / 4, WIDTH, HEIGHT / 4, black);
720 gdImageLine (im, WIDTH / 5, 0, WIDTH / 5, HEIGHT, black);
721 gdImageLine (im, WIDTH / 2, 0, WIDTH / 2, HEIGHT, black);
722 gdImageLine (im, WIDTH / 2, HEIGHT / 4, WIDTH / 2 + 300, HEIGHT / 4 + 300, black);
723 gdImageLine (im, WIDTH / 5, HEIGHT / 4, WIDTH / 5 + 300, HEIGHT / 4 + 300, black);
H A Dgd.c1685 gdImageLine(im, lx, ly, x, y, color); in gdImageFilledArc()
1716 gdImageLine(im, cx, cy, lx, ly, color); in gdImageFilledArc()
1717 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()
1719 gdImageLine(im, fx, fy, lx, ly, color); in gdImageFilledArc()
1732 gdImageLine(im, cx, cy, lx, ly, color); in gdImageFilledArc()
1733 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()
2094 gdImageLine(im, x1, y1, x2, y2, color); in gdImageRectangle()
2098 gdImageLine(im, x1h, y1h, x2h, y1h, color); in gdImageRectangle()
2099 gdImageLine(im, x1h, y2h, x2h, y2h, color); in gdImageRectangle()
2607 draw_line = gdImageLine; in gdImagePolygon()
[all …]
H A Dgd.h423 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
/PHP-5.6/main/
H A Dphp_compat.h281 #define gdImageLine php_gd_gdImageLine macro
/PHP-5.6/ext/gd/
H A Dgd.c3159 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()

Completed in 48 milliseconds