lx                795 ext/gd/libgd/gd.c 	int lx, ly;
lx                816 ext/gd/libgd/gd.c 				for (lx = x1; (lx < x2); lx++) {
lx                821 ext/gd/libgd/gd.c 						gdImageSetPixel(im, lx, ly, p);
lx                831 ext/gd/libgd/gd.c 				for (lx = x1; lx < x2; lx++) {
lx                837 ext/gd/libgd/gd.c 						gdImageSetPixel(im, lx, ly, tc);
lx                847 ext/gd/libgd/gd.c 			for (lx = x1; lx < x2; lx++) {
lx                854 ext/gd/libgd/gd.c 						gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p),
lx                859 ext/gd/libgd/gd.c 						gdImageSetPixel(im, lx, ly, im->brushColorMap[p]);
lx               1681 ext/gd/libgd/gd.c 	int lx = 0, ly = 0;
lx               1715 ext/gd/libgd/gd.c 					gdImageLine(im, lx, ly, x, y, color);
lx               1718 ext/gd/libgd/gd.c 					pts[0].x = lx;
lx               1731 ext/gd/libgd/gd.c 		lx = x;
lx               1737 ext/gd/libgd/gd.c 				gdImageLine(im, cx, cy, lx, ly, color);
lx               1740 ext/gd/libgd/gd.c 			gdImageLine(im, fx, fy, lx, ly, color);
lx               1744 ext/gd/libgd/gd.c 			pts[1].x = lx;
lx               1753 ext/gd/libgd/gd.c 				gdImageLine(im, cx, cy, lx, ly, color);
lx               2570 ext/gd/libgd/gd.c 	int lx, ly;
lx               2590 ext/gd/libgd/gd.c 	lx = p->x;
lx               2592 ext/gd/libgd/gd.c 	draw_line(im, lx, ly, p[n - 1].x, p[n - 1].y, c);
lx               2595 ext/gd/libgd/gd.c 		draw_line(im, lx, ly, p->x, p->y, c);
lx               2596 ext/gd/libgd/gd.c 		lx = p->x;