Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd.c2505 double yportion; in gdImageCopyResampled() local
2507 yportion = 1.0f - (sy - floor_cast(sy)); in gdImageCopyResampled()
2508 if (yportion > sy2 - sy1) { in gdImageCopyResampled()
2509 yportion = sy2 - sy1; in gdImageCopyResampled()
2513 yportion = sy2 - floor_cast(sy2); in gdImageCopyResampled()
2515 yportion = 1.0f; in gdImageCopyResampled()
2533 pcontribution = xportion * yportion; in gdImageCopyResampled()
2543 spixels += xportion * yportion; in gdImageCopyResampled()

Completed in 11 milliseconds