Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd.c2484 double sy1, sy2, sx1, sx2; in gdImageCopyResampled() local
2492 sy2 = ((double) (y + 1) - (double) dstY) * (double) srcH / (double) dstH; in gdImageCopyResampled()
2505 if (yportion > sy2 - sy1) { in gdImageCopyResampled()
2506 yportion = sy2 - sy1; in gdImageCopyResampled()
2509 } else if (sy == floorf(sy2)) { in gdImageCopyResampled()
2510 yportion = sy2 - floor_cast(sy2); in gdImageCopyResampled()
2548 while (sy < sy2); in gdImageCopyResampled()

Completed in 10 milliseconds