ints             2622 ext/gd/libgd/gd.c 	int ints;
ints             2676 ext/gd/libgd/gd.c 		ints = 0;
ints             2703 ext/gd/libgd/gd.c 				im->polyInts[ints++] = (float) ((y - y1) * (x2 - x1)) / (float) (y2 - y1) + 0.5 + x1;
ints             2705 ext/gd/libgd/gd.c 				im->polyInts[ints++] = x2;
ints             2708 ext/gd/libgd/gd.c 		qsort(im->polyInts, ints, sizeof(int), gdCompareInt);
ints             2710 ext/gd/libgd/gd.c 		for (i = 0; i < ints - 1; i += 2) {