Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd.c2478 double yportion; in gdImageCopyResampled() local
2480 yportion = 1.0f - (sy - floor_cast(sy)); in gdImageCopyResampled()
2481 if (yportion > sy2 - sy1) { in gdImageCopyResampled()
2482 yportion = sy2 - sy1; in gdImageCopyResampled()
2486 yportion = sy2 - floor_cast(sy2); in gdImageCopyResampled()
2488 yportion = 1.0f; in gdImageCopyResampled()
2506 pcontribution = xportion * yportion; in gdImageCopyResampled()
2516 spixels += xportion * yportion; in gdImageCopyResampled()

Completed in 12 milliseconds