sty              2364 ext/gd/libgd/gd.c 	int *stx, *sty;
sty              2374 ext/gd/libgd/gd.c 	sty = (int *) gdMalloc (sizeof (int) * srcH);
sty              2381 ext/gd/libgd/gd.c 		sty[i] = dstH * (i+1) / srcH - dstH * i / srcH ;
sty              2388 ext/gd/libgd/gd.c 		for (ydest = 0; (ydest < sty[y - srcY]); ydest++) {
sty              2457 ext/gd/libgd/gd.c 	gdFree (sty);