Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c2514 double sy1, sy2, sx1, sx2; in gdImageCopyResampled() local
2529 sx2 = ((double) (x + 1) - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()
2551 if (xportion > sx2 - sx1) { in gdImageCopyResampled()
2552 xportion = sx2 - sx1; in gdImageCopyResampled()
2555 } else if (sx == floorf(sx2)) { in gdImageCopyResampled()
2556 xportion = sx2 - floor_cast(sx2); in gdImageCopyResampled()
2573 while (sx < sx2); in gdImageCopyResampled()

Completed in 12 milliseconds