Searched refs:xportion (Results 1 – 1 of 1) sorted by relevance
2492 double xportion; in gdImageCopyResampled() local2496 xportion = 1.0f - (sx - floor_cast(sx)); in gdImageCopyResampled()2497 if (xportion > sx2 - sx1) { in gdImageCopyResampled()2498 xportion = sx2 - sx1; in gdImageCopyResampled()2502 xportion = sx2 - floor_cast(sx2); in gdImageCopyResampled()2504 xportion = 1.0f; in gdImageCopyResampled()2506 pcontribution = xportion * yportion; in gdImageCopyResampled()2516 spixels += xportion * yportion; in gdImageCopyResampled()
Completed in 10 milliseconds