Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd.c2570 double xportion; in gdImageCopyResampled() local
2574 xportion = 1.0f - (sx - floor_cast(sx)); in gdImageCopyResampled()
2575 if (xportion > sx2 - sx1) { in gdImageCopyResampled()
2576 xportion = sx2 - sx1; in gdImageCopyResampled()
2580 xportion = sx2 - floor_cast(sx2); in gdImageCopyResampled()
2582 xportion = 1.0f; in gdImageCopyResampled()
2584 pcontribution = xportion * yportion; in gdImageCopyResampled()
2594 spixels += xportion * yportion; in gdImageCopyResampled()

Completed in 15 milliseconds