Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c2532 double yportion; in gdImageCopyResampled() local
2534 yportion = 1.0f - (sy - floor_cast(sy)); in gdImageCopyResampled()
2535 if (yportion > sy2 - sy1) { in gdImageCopyResampled()
2536 yportion = sy2 - sy1; in gdImageCopyResampled()
2540 yportion = sy2 - floor_cast(sy2); in gdImageCopyResampled()
2542 yportion = 1.0f; in gdImageCopyResampled()
2560 pcontribution = xportion * yportion; in gdImageCopyResampled()
2570 spixels += xportion * yportion; in gdImageCopyResampled()

Completed in 11 milliseconds