Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd.c2544 double sy1, sy2, sx1, sx2; in gdImageCopyResampled() local
2559 sx2 = ((double) (x + 1) - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()
2581 if (xportion > sx2 - sx1) { in gdImageCopyResampled()
2582 xportion = sx2 - sx1; in gdImageCopyResampled()
2585 } else if (sx == floorf(sx2)) { in gdImageCopyResampled()
2586 xportion = sx2 - floor_cast(sx2); in gdImageCopyResampled()
2603 while (sx < sx2); in gdImageCopyResampled()

Completed in 11 milliseconds