gdImageLine 3123 ext/gd/gd.c gdImageLine(im, x1, y1, x2, y2, col); gdImageLine 1715 ext/gd/libgd/gd.c gdImageLine(im, lx, ly, x, y, color); gdImageLine 1737 ext/gd/libgd/gd.c gdImageLine(im, cx, cy, lx, ly, color); gdImageLine 1738 ext/gd/libgd/gd.c gdImageLine(im, cx, cy, fx, fy, color); gdImageLine 1740 ext/gd/libgd/gd.c gdImageLine(im, fx, fy, lx, ly, color); gdImageLine 1753 ext/gd/libgd/gd.c gdImageLine(im, cx, cy, lx, ly, color); gdImageLine 1754 ext/gd/libgd/gd.c gdImageLine(im, cx, cy, fx, fy, color); gdImageLine 2100 ext/gd/libgd/gd.c gdImageLine(im, x1h, y1h, x2h, y1h, color); gdImageLine 2101 ext/gd/libgd/gd.c gdImageLine(im, x1h, y2h, x2h, y2h, color); gdImageLine 2102 ext/gd/libgd/gd.c gdImageLine(im, x1v, y1v, x1v, y2v, color); gdImageLine 2103 ext/gd/libgd/gd.c gdImageLine(im, x2v, y1v, x2v, y2v, color); gdImageLine 2578 ext/gd/libgd/gd.c draw_line = gdImageLine; gdImageLine 2703 ext/gd/libgd/gd.c gdImageLine(im, im->polyInts[i], y, im->polyInts[i + 1], y, fill_color); gdImageLine 423 ext/gd/libgd/gd.h void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); gdImageLine 719 ext/gd/libgd/gd_arc_f_buggy.c gdImageLine (im, 0, HEIGHT / 4, WIDTH, HEIGHT / 4, black); gdImageLine 720 ext/gd/libgd/gd_arc_f_buggy.c gdImageLine (im, WIDTH / 5, 0, WIDTH / 5, HEIGHT, black); gdImageLine 721 ext/gd/libgd/gd_arc_f_buggy.c gdImageLine (im, WIDTH / 2, 0, WIDTH / 2, HEIGHT, black); gdImageLine 722 ext/gd/libgd/gd_arc_f_buggy.c gdImageLine (im, WIDTH / 2, HEIGHT / 4, WIDTH / 2 + 300, HEIGHT / 4 + 300, black); gdImageLine 723 ext/gd/libgd/gd_arc_f_buggy.c gdImageLine (im, WIDTH / 5, HEIGHT / 4, WIDTH / 5 + 300, HEIGHT / 4 + 300, black); gdImageLine 58 ext/gd/libgd/gddemo.c gdImageLine (im_out, 16, 16, 240, 16, green); gdImageLine 59 ext/gd/libgd/gddemo.c gdImageLine (im_out, 240, 16, 240, 240, green); gdImageLine 60 ext/gd/libgd/gddemo.c gdImageLine (im_out, 240, 240, 16, 240, green); gdImageLine 61 ext/gd/libgd/gddemo.c gdImageLine (im_out, 16, 240, 16, 16, green); gdImageLine 99 ext/gd/libgd/gddemo.c gdImageLine (im_out, 0, 255, 255, 0, gdStyledBrushed);