Home
last modified time | relevance | path

Searched refs:stx (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd.c2365 int *stx, *sty; in gdImageCopyResized() local
2374 stx = (int *) gdMalloc (sizeof (int) * srcW); in gdImageCopyResized()
2379 stx[i] = dstW * (i+1) / srcW - dstW * i / srcW ; in gdImageCopyResized()
2394 if (!stx[x - srcX]) { in gdImageCopyResized()
2404 tox += stx[x - srcX]; in gdImageCopyResized()
2413 tox += stx[x - srcX]; in gdImageCopyResized()
2421 tox += stx[x - srcX]; in gdImageCopyResized()
2449 for (i = 0; (i < stx[x - srcX]); i++) { in gdImageCopyResized()
2457 gdFree (stx); in gdImageCopyResized()

Completed in 12 milliseconds