sty 2362 ext/gd/libgd/gd.c int *stx, *sty; sty 2372 ext/gd/libgd/gd.c sty = (int *) gdMalloc (sizeof (int) * srcH); sty 2379 ext/gd/libgd/gd.c sty[i] = dstH * (i+1) / srcH - dstH * i / srcH ; sty 2386 ext/gd/libgd/gd.c for (ydest = 0; (ydest < sty[y - srcY]); ydest++) { sty 2455 ext/gd/libgd/gd.c gdFree (sty);