lx                793 ext/gd/libgd/gd.c 	int lx, ly;
lx                814 ext/gd/libgd/gd.c 				for (lx = x1; (lx < x2); lx++) {
lx                819 ext/gd/libgd/gd.c 						gdImageSetPixel(im, lx, ly, p);
lx                829 ext/gd/libgd/gd.c 				for (lx = x1; lx < x2; lx++) {
lx                835 ext/gd/libgd/gd.c 						gdImageSetPixel(im, lx, ly, tc);
lx                845 ext/gd/libgd/gd.c 			for (lx = x1; lx < x2; lx++) {
lx                852 ext/gd/libgd/gd.c 						gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p),
lx                857 ext/gd/libgd/gd.c 						gdImageSetPixel(im, lx, ly, im->brushColorMap[p]);
lx               1679 ext/gd/libgd/gd.c 	int lx = 0, ly = 0;
lx               1713 ext/gd/libgd/gd.c 					gdImageLine(im, lx, ly, x, y, color);
lx               1716 ext/gd/libgd/gd.c 					pts[0].x = lx;
lx               1729 ext/gd/libgd/gd.c 		lx = x;
lx               1735 ext/gd/libgd/gd.c 				gdImageLine(im, cx, cy, lx, ly, color);
lx               1738 ext/gd/libgd/gd.c 			gdImageLine(im, fx, fy, lx, ly, color);
lx               1742 ext/gd/libgd/gd.c 			pts[1].x = lx;
lx               1751 ext/gd/libgd/gd.c 				gdImageLine(im, cx, cy, lx, ly, color);
lx               2568 ext/gd/libgd/gd.c 	int lx, ly;
lx               2588 ext/gd/libgd/gd.c 	lx = p->x;
lx               2590 ext/gd/libgd/gd.c 	draw_line(im, lx, ly, p[n - 1].x, p[n - 1].y, c);
lx               2593 ext/gd/libgd/gd.c 		draw_line(im, lx, ly, p->x, p->y, c);
lx               2594 ext/gd/libgd/gd.c 		lx = p->x;