Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/libgd/
H A Dgd.c2562 double yportion; in gdImageCopyResampled() local
2564 yportion = 1.0f - (sy - floor_cast(sy)); in gdImageCopyResampled()
2565 if (yportion > sy2 - sy1) { in gdImageCopyResampled()
2566 yportion = sy2 - sy1; in gdImageCopyResampled()
2570 yportion = sy2 - floor_cast(sy2); in gdImageCopyResampled()
2572 yportion = 1.0f; in gdImageCopyResampled()
2590 pcontribution = xportion * yportion; in gdImageCopyResampled()
2600 spixels += xportion * yportion; in gdImageCopyResampled()

Completed in 14 milliseconds