gdImageAALine    3088 ext/gd/gd.c    		gdImageAALine(im, x1, y1, x2, y2, col);
gdImageAALine    1104 ext/gd/libgd/gd.c 		gdImageAALine(im, x1, y1, x2, y2, im->AA_color);
gdImageAALine    2584 ext/gd/libgd/gd.c 		draw_line = gdImageAALine;
gdImageAALine     424 ext/gd/libgd/gd.h void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);