Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/libgd/
H A Dgd.c2577 double pcontribution; in gdImageCopyResampled() local
2590 pcontribution = xportion * yportion; in gdImageCopyResampled()
2593 alpha_factor = ((gdAlphaMax - gdTrueColorGetAlpha(p))) * pcontribution; in gdImageCopyResampled()
2597 alpha += gdTrueColorGetAlpha (p) * pcontribution; in gdImageCopyResampled()
2599 contrib_sum += pcontribution; in gdImageCopyResampled()

Completed in 17 milliseconds