Searched refs:yportion (Results 1 – 1 of 1) sorted by relevance
2562 double yportion; in gdImageCopyResampled() local2564 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 10 milliseconds