stx              2364 ext/gd/libgd/gd.c 	int *stx, *sty;
stx              2373 ext/gd/libgd/gd.c 	stx = (int *) gdMalloc (sizeof (int) * srcW);
stx              2378 ext/gd/libgd/gd.c 		stx[i] = dstW * (i+1) / srcW - dstW * i / srcW ;
stx              2393 ext/gd/libgd/gd.c 				if (!stx[x - srcX]) {
stx              2403 ext/gd/libgd/gd.c 							tox += stx[x - srcX];
stx              2412 ext/gd/libgd/gd.c 							tox += stx[x - srcX];
stx              2420 ext/gd/libgd/gd.c 					      tox += stx[x - srcX];
stx              2448 ext/gd/libgd/gd.c 				for (i = 0; (i < stx[x - srcX]); i++) {
stx              2456 ext/gd/libgd/gd.c 	gdFree (stx);