Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd.c2520 double pcontribution; in gdImageCopyResampled() local
2533 pcontribution = xportion * yportion; in gdImageCopyResampled()
2536 alpha_factor = ((gdAlphaMax - gdTrueColorGetAlpha(p))) * pcontribution; in gdImageCopyResampled()
2540 alpha += gdTrueColorGetAlpha (p) * pcontribution; in gdImageCopyResampled()
2542 contrib_sum += pcontribution; in gdImageCopyResampled()

Completed in 15 milliseconds