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