gdImageAALine    3097 ext/gd/gd.c    		gdImageAALine(im, x1, y1, x2, y2, col);
gdImageAALine    1106 ext/gd/libgd/gd.c 		gdImageAALine(im, x1, y1, x2, y2, im->AA_color); 
gdImageAALine    2576 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);