Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd.c2487 double sy1, sy2, sx1, sx2; in gdImageCopyResampled() local
2494 sy1 = ((double) y - (double) dstY) * (double) srcH / (double) dstH; in gdImageCopyResampled()
2503 sy = sy1; in gdImageCopyResampled()
2506 if (floor_cast(sy) == floor_cast(sy1)) { in gdImageCopyResampled()
2508 if (yportion > sy2 - sy1) { in gdImageCopyResampled()
2509 yportion = sy2 - sy1; in gdImageCopyResampled()

Completed in 12 milliseconds