Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/libgd/
H A Dgd.c2440 int *stx, *sty; in gdImageCopyResized() local
2449 stx = (int *) gdMalloc (sizeof (int) * srcW); in gdImageCopyResized()
2454 stx[i] = dstW * (i+1) / srcW - dstW * i / srcW ; in gdImageCopyResized()
2469 if (!stx[x - srcX]) { in gdImageCopyResized()
2479 tox += stx[x - srcX]; in gdImageCopyResized()
2488 tox += stx[x - srcX]; in gdImageCopyResized()
2496 tox += stx[x - srcX]; in gdImageCopyResized()
2524 for (i = 0; (i < stx[x - srcX]); i++) { in gdImageCopyResized()
2532 gdFree (stx); in gdImageCopyResized()

Completed in 16 milliseconds