pts              1677 ext/gd/libgd/gd.c 	gdPoint pts[3];
pts              1716 ext/gd/libgd/gd.c 					pts[0].x = lx;
pts              1717 ext/gd/libgd/gd.c 					pts[0].y = ly;
pts              1718 ext/gd/libgd/gd.c 					pts[1].x = x;
pts              1719 ext/gd/libgd/gd.c 					pts[1].y = y;
pts              1720 ext/gd/libgd/gd.c 					pts[2].x = cx;
pts              1721 ext/gd/libgd/gd.c 					pts[2].y = cy;
pts              1722 ext/gd/libgd/gd.c 					gdImageFilledPolygon(im, pts, 3, color);
pts              1740 ext/gd/libgd/gd.c 			pts[0].x = fx;
pts              1741 ext/gd/libgd/gd.c 			pts[0].y = fy;
pts              1742 ext/gd/libgd/gd.c 			pts[1].x = lx;
pts              1743 ext/gd/libgd/gd.c 			pts[1].y = ly;
pts              1744 ext/gd/libgd/gd.c 			pts[2].x = cx;
pts              1745 ext/gd/libgd/gd.c 			pts[2].y = cy;
pts              1746 ext/gd/libgd/gd.c 			gdImageFilledPolygon(im, pts, 3, color);
pts              1967 ext/gd/libgd/gd.c 	char **pts;
pts              1977 ext/gd/libgd/gd.c 	pts = (char **) ecalloc(im->sy + 1, sizeof(char *));
pts              1979 ext/gd/libgd/gd.c 		pts[i] = (char *) ecalloc(im->sx + 1, sizeof(char));
pts              1993 ext/gd/libgd/gd.c 		for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) {
pts              1995 ext/gd/libgd/gd.c 			pts[y][x] = 1;
pts              2009 ext/gd/libgd/gd.c 			for(; x<wx2 && (!pts[y][x] && gdImageGetPixel(im,x, y)==oc); x++) {
pts              2011 ext/gd/libgd/gd.c 				pts[y][x] = 1;
pts              2019 ext/gd/libgd/gd.c skip:		for(x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++);
pts              2025 ext/gd/libgd/gd.c 		efree(pts[i]);
pts              2028 ext/gd/libgd/gd.c 	efree(pts);