x2h 2036 ext/gd/libgd/gd.c int x1h = x1, x1v = x1, y1h = y1, y1v = y1, x2h = x2, x2v = x2, y2h = y2, y2v = y2; x2h 2057 ext/gd/libgd/gd.c x1h = x1; x1v = x1; y1h = y1; y1v = y1; x2h = x2; x2v = x2; y2h = y2; y2v = y2; x2h 2107 ext/gd/libgd/gd.c gdImageLine(im, x1h, y1h, x2h, y1h, color); x2h 2108 ext/gd/libgd/gd.c gdImageLine(im, x1h, y2h, x2h, y2h, color);