Searched refs:stx (Results 1 – 1 of 1) sorted by relevance
2434 int *stx, *sty; in gdImageCopyResized() local2443 stx = (int *) gdMalloc (sizeof (int) * srcW); in gdImageCopyResized()2448 stx[i] = dstW * (i+1) / srcW - dstW * i / srcW ; in gdImageCopyResized()2463 if (!stx[x - srcX]) { in gdImageCopyResized()2473 tox += stx[x - srcX]; in gdImageCopyResized()2482 tox += stx[x - srcX]; in gdImageCopyResized()2490 tox += stx[x - srcX]; in gdImageCopyResized()2518 for (i = 0; (i < stx[x - srcX]); i++) { in gdImageCopyResized()2526 gdFree (stx); in gdImageCopyResized()
Completed in 10 milliseconds