gdImageLine 3428 ext/gd/gd.c gdImageLine(im, Z_LVAL_PP(x1), Z_LVAL_PP(y1), Z_LVAL_PP(x2), Z_LVAL_PP(y2), Z_LVAL_PP(col)); gdImageLine 1705 ext/gd/libgd/gd.c gdImageLine(im, lx, ly, x, y, color); gdImageLine 1727 ext/gd/libgd/gd.c gdImageLine(im, cx, cy, lx, ly, color); gdImageLine 1728 ext/gd/libgd/gd.c gdImageLine(im, cx, cy, fx, fy, color); gdImageLine 1730 ext/gd/libgd/gd.c gdImageLine(im, fx, fy, lx, ly, color); gdImageLine 1743 ext/gd/libgd/gd.c gdImageLine(im, cx, cy, lx, ly, color); gdImageLine 1744 ext/gd/libgd/gd.c gdImageLine(im, cx, cy, fx, fy, color); gdImageLine 1807 ext/gd/libgd/gd.c gdImageLine(im, mx-a, my, mx+a, my, c); gdImageLine 2197 ext/gd/libgd/gd.c gdImageLine(im, x1h, y1h, x2h, y1h, color); gdImageLine 2198 ext/gd/libgd/gd.c gdImageLine(im, x1h, y2h, x2h, y2h, color); gdImageLine 2199 ext/gd/libgd/gd.c gdImageLine(im, x1v, y1v, x1v, y2v, color); gdImageLine 2200 ext/gd/libgd/gd.c gdImageLine(im, x2v, y1v, x2v, y2v, color); gdImageLine 3205 ext/gd/libgd/gd.c draw_line = gdImageLine; gdImageLine 3330 ext/gd/libgd/gd.c gdImageLine(im, im->polyInts[i], y, im->polyInts[i + 1], y, fill_color); gdImageLine 294 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);