stx              2362 ext/gd/libgd/gd.c 	int *stx, *sty;
stx              2371 ext/gd/libgd/gd.c 	stx = (int *) gdMalloc (sizeof (int) * srcW);
stx              2376 ext/gd/libgd/gd.c 		stx[i] = dstW * (i+1) / srcW - dstW * i / srcW ;
stx              2391 ext/gd/libgd/gd.c 				if (!stx[x - srcX]) {
stx              2401 ext/gd/libgd/gd.c 							tox += stx[x - srcX];
stx              2410 ext/gd/libgd/gd.c 							tox += stx[x - srcX];
stx              2418 ext/gd/libgd/gd.c 					      tox += stx[x - srcX];
stx              2446 ext/gd/libgd/gd.c 				for (i = 0; (i < stx[x - srcX]); i++) {
stx              2454 ext/gd/libgd/gd.c 	gdFree (stx);