Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd.c2469 double sy1, sy2, sx1, sx2; in gdImageCopyResampled() local
2484 sx2 = ((double) (x + 1) - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()
2506 if (xportion > sx2 - sx1) { in gdImageCopyResampled()
2507 xportion = sx2 - sx1; in gdImageCopyResampled()
2510 } else if (sx == floorf(sx2)) { in gdImageCopyResampled()
2511 xportion = sx2 - floor_cast(sx2); in gdImageCopyResampled()
2528 while (sx < sx2); in gdImageCopyResampled()

Completed in 15 milliseconds