gdImageLine      3245 gd/gd.c        		gdImageLine(im, x1, y1, x2, y2, col);
gdImageLine      1711 gd/libgd/gd.c  					gdImageLine(im, lx, ly, x, y, color);
gdImageLine      1733 gd/libgd/gd.c  				gdImageLine(im, cx, cy, lx, ly, color);
gdImageLine      1734 gd/libgd/gd.c  				gdImageLine(im, cx, cy, fx, fy, color);
gdImageLine      1736 gd/libgd/gd.c  			gdImageLine(im, fx, fy, lx, ly, color);
gdImageLine      1749 gd/libgd/gd.c  				gdImageLine(im, cx, cy, lx, ly, color);
gdImageLine      1750 gd/libgd/gd.c  				gdImageLine(im, cx, cy, fx, fy, color);
gdImageLine      2099 gd/libgd/gd.c  		gdImageLine(im, x1h, y1h, x2h, y1h, color);
gdImageLine      2100 gd/libgd/gd.c  		gdImageLine(im, x1h, y2h, x2h, y2h, color);
gdImageLine      2101 gd/libgd/gd.c  		gdImageLine(im, x1v, y1v, x1v, y2v, color);
gdImageLine      2102 gd/libgd/gd.c  		gdImageLine(im, x2v, y1v, x2v, y2v, color);
gdImageLine      2580 gd/libgd/gd.c  		draw_line = gdImageLine;
gdImageLine      2705 gd/libgd/gd.c  			gdImageLine(im, im->polyInts[i], y, im->polyInts[i + 1], y, fill_color);
gdImageLine       304 gd/libgd/gd.h  void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
gdImageLine       719 gd/libgd/gd_arc_f_buggy.c   gdImageLine (im, 0, HEIGHT / 4, WIDTH, HEIGHT / 4, black);
gdImageLine       720 gd/libgd/gd_arc_f_buggy.c   gdImageLine (im, WIDTH / 5, 0, WIDTH / 5, HEIGHT, black);
gdImageLine       721 gd/libgd/gd_arc_f_buggy.c   gdImageLine (im, WIDTH / 2, 0, WIDTH / 2, HEIGHT, black);
gdImageLine       722 gd/libgd/gd_arc_f_buggy.c   gdImageLine (im, WIDTH / 2, HEIGHT / 4, WIDTH / 2 + 300, HEIGHT / 4 + 300, black);
gdImageLine       723 gd/libgd/gd_arc_f_buggy.c   gdImageLine (im, WIDTH / 5, HEIGHT / 4, WIDTH / 5 + 300, HEIGHT / 4 + 300, black);
gdImageLine        58 gd/libgd/gddemo.c   gdImageLine (im_out, 16, 16, 240, 16, green);
gdImageLine        59 gd/libgd/gddemo.c   gdImageLine (im_out, 240, 16, 240, 240, green);
gdImageLine        60 gd/libgd/gddemo.c   gdImageLine (im_out, 240, 240, 16, 240, green);
gdImageLine        61 gd/libgd/gddemo.c   gdImageLine (im_out, 16, 240, 16, 16, green);
gdImageLine        99 gd/libgd/gddemo.c       gdImageLine (im_out, 0, 255, 255, 0, gdStyledBrushed);